Searched refs:sMessagesMap (Results 1 – 1 of 1) sorted by relevance
179 private static final LinkedHashMap<MessageServiceCategoryAndScope, Long> sMessagesMap = field in CellBroadcastAlertService211 sMessagesMap.clear(); in resetMessageDuplicateDetection()348 if (sMessagesMap.get(newCmasId) != null) { in handleCellBroadcastIntent()350 long previousTime = sMessagesMap.get(newCmasId); in handleCellBroadcastIntent()360 } else if (sMessagesMap.size() >= MAX_MESSAGE_ID_SIZE){ in handleCellBroadcastIntent()362 MessageServiceCategoryAndScope oldestCmasId = sMessagesMap.keySet().iterator().next(); in handleCellBroadcastIntent()364 sMessagesMap.remove(oldestCmasId); in handleCellBroadcastIntent()366 Log.d(TAG, "New message. Not a duplicate. Map size = " + sMessagesMap.size()); in handleCellBroadcastIntent()369 sMessagesMap.put(newCmasId, nowTime); in handleCellBroadcastIntent()