Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java105 private long mNotificationRepeatTime; field in AvailableNetworkNotifier
249 mNotificationRepeatTime = 0; in clearPendingNotification()
288 && mClock.getWallClockMillis() < mNotificationRepeatTime) { in handleScanResults()
415 mNotificationRepeatTime = mClock.getWallClockMillis() + mNotificationRepeatDelay; in postInitialNotification()
526 mNotificationRepeatTime = System.currentTimeMillis() + mNotificationRepeatDelay; in resetStateAndDelayNotification()
535 pw.println("mNotificationRepeatTime: " + mNotificationRepeatTime); in dump()