Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java109 private long mNotificationRepeatTime; field in AvailableNetworkNotifier
261 mNotificationRepeatTime = 0; in clearPendingNotification()
310 && mClock.getWallClockMillis() < mNotificationRepeatTime) { in handleScanResults()
433 mNotificationRepeatTime = mClock.getWallClockMillis() + mNotificationRepeatDelay; in postInitialNotification()
550 mNotificationRepeatTime = System.currentTimeMillis() + mNotificationRepeatDelay; in resetStateAndDelayNotification()
559 pw.println("mNotificationRepeatTime: " + mNotificationRepeatTime); in dump()