Searched refs:previousTime (Results 1 – 1 of 1) sorted by relevance
350 long previousTime = sMessagesMap.get(newCmasId); in handleCellBroadcastIntent() local352 if (nowTime - previousTime < expirationTime) { in handleCellBroadcastIntent()354 + ", previous=" + previousTime + ", expiration=" + expirationTime); in handleCellBroadcastIntent()358 Log.d(TAG, "The same message shown up " + (nowTime - previousTime) in handleCellBroadcastIntent()