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.java81 private final WaitingForAuth mWaitingForAuth = new WaitingForAuth();
138 if (!(this instanceof WaitingForAuth) && mPrevState == null) { in enter()
205 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()