Searched refs:lastPostedTime (Results 1 – 1 of 1) sorted by relevance
123 long lastPostedTime = packageLastPostedTime.get(packageName); in canAlert() local124 return System.currentTimeMillis() - lastPostedTime > ALLOWED_ALERT_INTERVAL; in canAlert()