Home
last modified time | relevance | path

Searched refs:locationCheckTime (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java58 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()
DCellBroadcastListActivity.java364 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/
DCellBroadcastListActivityTest.java777 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/
DGsmCellBroadcastHandlerTest.java110 long locationCheckTime = receivedTime; in query() local
140 locationCheckTime, // LOCATION_CHECK_TIME in query()