Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java82 private final State mConnectionActiveState = new ConnectionActiveState(); field in SupplicantStateTracker
112 addState(mConnectionActiveState, mDefaultState); in SupplicantStateTracker()
113 addState(mScanState, mConnectionActiveState); in SupplicantStateTracker()
114 addState(mHandshakeState, mConnectionActiveState); in SupplicantStateTracker()
115 addState(mCompletedState, mConnectionActiveState); in SupplicantStateTracker()
116 addState(mDormantState, mConnectionActiveState); in SupplicantStateTracker()