Searched refs:locationCheckTime (Results 1 – 4 of 4) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastResources.java | 58 SmsCbMessage message, long locationCheckTime, in getMessageDetails() argument 84 appendMessageDetail(context, buf, R.string.location_check_time, locationCheckTime == -1 in getMessageDetails() 86 : DateFormat.getDateTimeInstance().format(locationCheckTime)); in getMessageDetails()
|
D | CellBroadcastListActivity.java | 364 private void showBroadcastDetails(SmsCbMessage message, long locationCheckTime, in showBroadcastDetails() argument 368 mCurrentLoaderId == LOADER_HISTORY_FROM_CBS, message, locationCheckTime, in showBroadcastDetails()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastListActivityTest.java | 777 final Long locationCheckTime = 10L; in testGetLocationCheckTime() local 781 doReturn(locationCheckTime).when(mockCursor).getLong(eq(locationCheckTimeColumnIndex)); in testGetLocationCheckTime() 794 DateFormat.getDateTimeInstance().format(locationCheckTime))); in testGetLocationCheckTime()
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | GsmCellBroadcastHandlerTest.java | 110 long locationCheckTime = receivedTime; in query() local 140 locationCheckTime, // LOCATION_CHECK_TIME in query()
|