Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java340 MessageServiceCategoryAndScope newCmasId = new MessageServiceCategoryAndScope( in handleCellBroadcastIntent() local
344 Log.d(TAG, "message ID = " + newCmasId); in handleCellBroadcastIntent()
348 if (sMessagesMap.get(newCmasId) != null) { in handleCellBroadcastIntent()
350 long previousTime = sMessagesMap.get(newCmasId); in handleCellBroadcastIntent()
353 Log.d(TAG, "ignoring the duplicate alert " + newCmasId + ", nowTime=" + nowTime in handleCellBroadcastIntent()
369 sMessagesMap.put(newCmasId, nowTime); in handleCellBroadcastIntent()