Home
last modified time | relevance | path

Searched refs:KEY_STALE_AFTER_MILLIS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java23 import static com.android.server.attention.AttentionManagerService.KEY_STALE_AFTER_MILLIS;
172 KEY_STALE_AFTER_MILLIS, "123", false); in testGetStaleAfterMillis_handlesGoodFlagValue()
179 KEY_STALE_AFTER_MILLIS, "-123", false); in testGetStaleAfterMillis_handlesBadFlagValue_1()
187 KEY_STALE_AFTER_MILLIS, "15000", false); in testGetStaleAfterMillis_handlesBadFlagValue_2()
195 KEY_STALE_AFTER_MILLIS, "abracadabra", false); in testGetStaleAfterMillis_handlesBadFlagValue_3()
203 KEY_STALE_AFTER_MILLIS, "15_000L", false); in testGetStaleAfterMillis_handlesBadFlagValue_4()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java102 static final String KEY_STALE_AFTER_MILLIS = "stale_after_millis"; field in AttentionManagerService
199 KEY_STALE_AFTER_MILLIS, in getStaleAfterMillis()
203 Slog.w(LOG_TAG, "Bad flag value supplied for: " + KEY_STALE_AFTER_MILLIS); in getStaleAfterMillis()
214 case KEY_STALE_AFTER_MILLIS: in onDeviceConfigChange()