Searched refs:DEFAULT_REPEAT_DELAY_SEC (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.server.wifi.CarrierNetworkNotifier.DEFAULT_REPEAT_DELAY_SEC;106 Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, DEFAULT_REPEAT_DELAY_SEC)) in setUp()107 .thenReturn(DEFAULT_REPEAT_DELAY_SEC); in setUp()447 when(mClock.getWallClockMillis()).thenReturn(DEFAULT_REPEAT_DELAY_SEC * 1000L * 2); in delaySet_delayPassed_shouldPostNotification()
24 import static com.android.server.wifi.OpenNetworkNotifier.DEFAULT_REPEAT_DELAY_SEC;105 Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, DEFAULT_REPEAT_DELAY_SEC)) in setUp()106 .thenReturn(DEFAULT_REPEAT_DELAY_SEC); in setUp()444 when(mClock.getWallClockMillis()).thenReturn(DEFAULT_REPEAT_DELAY_SEC * 1000L * 2); in delaySet_delayPassed_shouldPostNotification()
112 static final int DEFAULT_REPEAT_DELAY_SEC = 900; field in AvailableNetworkNotifier186 DEFAULT_REPEAT_DELAY_SEC) * 1000L; in AvailableNetworkNotifier()