Searched refs:HANG_TIME_MS (Results 1 – 2 of 2) sorted by relevance
38 static final long HANG_TIME_MS = 10000; field in NotificationIntrusivenessExtractor50 if (record.getFreshnessMs(System.currentTimeMillis()) < HANG_TIME_MS in process()67 return new RankingReconsideration(record.getKey(), HANG_TIME_MS) { in process()77 if ((System.currentTimeMillis() - record.getLastIntrusive()) >= HANG_TIME_MS) { in process()
22 import static com.android.server.notification.NotificationIntrusivenessExtractor.HANG_TIME_MS;88 System.currentTimeMillis() - HANG_TIME_MS); in testOldNotificationsNotIntrusive()