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

/frameworks/base/services/java/com/android/server/
H A DWifiService.java196 private long mNotificationRepeatTime; field in class:WifiService
1725 mNotificationRepeatTime = 0;
1760 if (System.currentTimeMillis() < mNotificationRepeatTime) {
1783 mNotificationRepeatTime = System.currentTimeMillis() + NOTIFICATION_REPEAT_DELAY_MS;

Completed in 995 milliseconds