Searched refs:DEFAULT_STALE_AFTER_MILLIS (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.server.attention.AttentionManagerService.DEFAULT_STALE_AFTER_MILLIS;203 DEFAULT_STALE_AFTER_MILLIS); in testGetStaleAfterMillis_handlesBadFlagValue_1()211 DEFAULT_STALE_AFTER_MILLIS); in testGetStaleAfterMillis_handlesBadFlagValue_2()219 DEFAULT_STALE_AFTER_MILLIS); in testGetStaleAfterMillis_handlesBadFlagValue_3()227 DEFAULT_STALE_AFTER_MILLIS); in testGetStaleAfterMillis_handlesBadFlagValue_4()
99 @VisibleForTesting static final long DEFAULT_STALE_AFTER_MILLIS = 1_000; field in AttentionManagerService185 DEFAULT_STALE_AFTER_MILLIS); in getStaleAfterMillis()189 return DEFAULT_STALE_AFTER_MILLIS; in getStaleAfterMillis()