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/
DWifiNotificationController.java65 private long mNotificationRepeatTime; field in WifiNotificationController
207 mNotificationRepeatTime = 0; in resetNotification()
242 if (System.currentTimeMillis() < mNotificationRepeatTime) { in setNotificationVisible()
268 mNotificationRepeatTime = System.currentTimeMillis() + NOTIFICATION_REPEAT_DELAY_MS; in setNotificationVisible()
281 pw.println("mNotificationRepeatTime " + mNotificationRepeatTime); in dump()