OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeliveryTime
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastMessage.java
49
private final long
mDeliveryTime
;
59
mDeliveryTime
= System.currentTimeMillis();
72
mDeliveryTime
= deliveryTime;
88
out.writeLong(
mDeliveryTime
);
136
cv.put(CellBroadcastDatabase.Columns.DELIVERY_TIME,
mDeliveryTime
);
170
return
mDeliveryTime
;
306
return DateUtils.formatDateTime(context,
mDeliveryTime
, flags);
316
return DateUtils.formatDateTime(context,
mDeliveryTime
, flags);
CellBroadcastAlertDialog.java
41
private final long
mDeliveryTime
;
96
mDeliveryTime
= deliveryTime;
164
intent.putExtra(CellBroadcastDatabaseService.DATABASE_DELIVERY_TIME_EXTRA,
mDeliveryTime
);
Completed in 2747 milliseconds