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