Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java113 private final long mNotificationRepeatDelay; field in AvailableNetworkNotifier
197 mNotificationRepeatDelay = mFrameworkFacade.getIntegerSetting(context, in AvailableNetworkNotifier()
433 mNotificationRepeatTime = mClock.getWallClockMillis() + mNotificationRepeatDelay; in postInitialNotification()
550 mNotificationRepeatTime = System.currentTimeMillis() + mNotificationRepeatDelay; in resetStateAndDelayNotification()