Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java109 private final long mNotificationRepeatDelay; field in AvailableNetworkNotifier
184 mNotificationRepeatDelay = mFrameworkFacade.getIntegerSetting(context, in AvailableNetworkNotifier()
415 mNotificationRepeatTime = mClock.getWallClockMillis() + mNotificationRepeatDelay; in postInitialNotification()
526 mNotificationRepeatTime = System.currentTimeMillis() + mNotificationRepeatDelay; in resetStateAndDelayNotification()