Searched defs:StartedState (Results 1 - 3 of 3) sorted by path

/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java388 private final State mStartedState = new StartedState();
991 // that message in StartedState for some reason we would still clear
1194 class StartedState extends State { class in class:IpManager
1355 Log.e(mTag, "ALERT: START received in StartedState. Please fix caller.");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java235 private final State mStartedState = new StartedState();
336 private class StartedState extends State { class in class:SoftApManager.SoftApStateMachine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java925 private final StartedState mStartedState = new StartedState();
1058 class StartedState extends State { class in class:WifiScanningServiceImpl.WifiBackgroundScanStateMachine
1062 if (DBG) localLog("StartedState");
1369 private final StartedState mStartedState = new StartedState();
1444 class StartedState extends State { class in class:WifiScanningServiceImpl.WifiPnoScanStateMachine
1447 if (DBG) localLog("StartedState");

Completed in 194 milliseconds