Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java52 static final long REQUIRED_NOTIFICATION_DELAY = DateUtils.DAY_IN_MILLIS; field in WakeupOnboarding
157 || (timestamp - mLastShownTimestamp) > REQUIRED_NOTIFICATION_DELAY; in shouldShowNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupOnboardingTest.java258 mWakeupOnboarding.maybeShowNotification(WakeupOnboarding.REQUIRED_NOTIFICATION_DELAY + 1); in showsNotificationsOutsideOf24Hours()