Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java52 private final long NOTIFICATION_REPEAT_DELAY_MS; field in WifiNotificationController
147 NOTIFICATION_REPEAT_DELAY_MS = mFrameworkFacade.getIntegerSetting(context, in WifiNotificationController()
268 mNotificationRepeatTime = System.currentTimeMillis() + NOTIFICATION_REPEAT_DELAY_MS; in setNotificationVisible()