Searched refs:nowTime (Results 1 – 1 of 1) sorted by relevance
346 long nowTime = SystemClock.elapsedRealtime(); in handleCellBroadcastIntent() local352 if (nowTime - previousTime < expirationTime) { in handleCellBroadcastIntent()353 Log.d(TAG, "ignoring the duplicate alert " + newCmasId + ", nowTime=" + nowTime in handleCellBroadcastIntent()358 Log.d(TAG, "The same message shown up " + (nowTime - previousTime) in handleCellBroadcastIntent()369 sMessagesMap.put(newCmasId, nowTime); in handleCellBroadcastIntent()