Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java90 private final WaitingForAuth mWaitingForAuth = new WaitingForAuth();
147 if (!(this instanceof WaitingForAuth) && mPrevState == null) { in enter()
214 class WaitingForAuth extends PbapStateBase { class in PbapStateMachine
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java102 IsInstanceOf.instanceOf(PbapStateMachine.WaitingForAuth.class)); in testInitialState()