Searched refs:mDeliveryTime (Results 1 – 1 of 1) sorted by relevance
49 private final long mDeliveryTime; field in CellBroadcastMessage79 mDeliveryTime = System.currentTimeMillis(); in CellBroadcastMessage()85 mDeliveryTime = deliveryTime; in CellBroadcastMessage()91 mDeliveryTime = in.readLong(); in CellBroadcastMessage()104 out.writeLong(mDeliveryTime); in writeToParcel()269 cv.put(Telephony.CellBroadcasts.DELIVERY_TIME, mDeliveryTime); in getContentValues()309 return mDeliveryTime; in getDeliveryTime()423 return DateUtils.formatDateTime(context, mDeliveryTime, flags); in getDateString()433 return DateUtils.formatDateTime(context, mDeliveryTime, flags); in getSpokenDateString()