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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiWatchdogStateMachine.java235 private static final GoodLinkTarget[] GOOD_LINK_TARGET = {
237 new GoodLinkTarget( 0, 3, 30 * 60000 ),
238 new GoodLinkTarget( 3, 5, 5 * 60000 ),
239 new GoodLinkTarget( 6, 10, 1 * 60000 ),
240 new GoodLinkTarget( 9, 30, 0 * 60000 ),
967 private static class GoodLinkTarget { class in class:WifiWatchdogStateMachine
971 public GoodLinkTarget(int adj, int count, int time) { method in class:WifiWatchdogStateMachine.GoodLinkTarget

Completed in 100 milliseconds