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.java198 MessageServiceCategoryAndScope newCmasId = new MessageServiceCategoryAndScope( in handleCellBroadcastIntent() local
202 Log.d(TAG, "message ID = " + newCmasId); in handleCellBroadcastIntent()
207 sCmasIdList.add(newCmasId); in handleCellBroadcastIntent()
211 sCmasIdList.set(sCmasIdListIndex, newCmasId); in handleCellBroadcastIntent()
220 if (!sCmasIdSet.add(newCmasId)) { in handleCellBroadcastIntent()
221 Log.d(TAG, "ignoring duplicate alert with " + newCmasId); in handleCellBroadcastIntent()