Searched refs:HANG_TIME_MS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java38 static final long HANG_TIME_MS = 10000; field in class:NotificationIntrusivenessExtractor
50 if (record.getFreshnessMs(System.currentTimeMillis()) < HANG_TIME_MS
67 return new RankingReconsideration(record.getKey(), HANG_TIME_MS) {
75 // there will be another reconsideration in the message queue HANG_TIME_MS
77 if ((System.currentTimeMillis() - record.getLastIntrusive()) >= HANG_TIME_MS) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationIntrusivenessExtractorTest.java22 import static com.android.server.notification.NotificationIntrusivenessExtractor.HANG_TIME_MS;
86 System.currentTimeMillis() - HANG_TIME_MS);

Completed in 20 milliseconds