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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachine.java151 mUnavailableState = new UnavailableState();
716 class UnavailableState extends State { class in class:TetherInterfaceStateMachine
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java307 /** Set to the current component we should bind to except in {@link UnavailableState}. */
316 @VisibleForTesting(visibility = PACKAGE) public UnavailableState mUnavailableState;
339 mUnavailableState = new UnavailableState();
470 * <p>Package state changes will lead to transitions between {@link UnavailableState} and
474 private class UnavailableState extends State { class in class:EuiccConnector

Completed in 80 milliseconds