Searched defs:mNotificationRepeatTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java65 private long mNotificationRepeatTime; field in class:WifiNotificationController
191 mNotificationRepeatTime = 0;
226 if (System.currentTimeMillis() < mNotificationRepeatTime) {
249 mNotificationRepeatTime = System.currentTimeMillis() + NOTIFICATION_REPEAT_DELAY_MS;
262 pw.println("mNotificationRepeatTime " + mNotificationRepeatTime);

Completed in 68 milliseconds