Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java80 private final WaitingForAuth mWaitingForAuth = new WaitingForAuth();
149 if (!(this instanceof WaitingForAuth) && mPrevState == null) { in enter()
231 class WaitingForAuth extends PbapStateBase { class in PbapStateMachine
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java106 IsInstanceOf.instanceOf(PbapStateMachine.WaitingForAuth.class)); in testInitialState()