Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java56 private PbapStateMachine mPbapStateMachine; field in PbapStateMachineTest
81 mPbapStateMachine = PbapStateMachine.make(mBluetoothPbapService, mHandlerThread.getLooper(), in setUp()
100 mPbapStateMachine.getConnectionState()); in testInitialState()
101 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testInitialState()
111 mPbapStateMachine.sendMessage(PbapStateMachine.REJECTED); in testStateTransition_WaitingForAuthToFinished()
113 mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToFinished()
114 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToFinished()
124 mPbapStateMachine.sendMessage(PbapStateMachine.AUTHORIZED); in testStateTransition_WaitingForAuthToConnected()
126 mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToConnected()
127 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToConnected()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java50 private PbapStateMachine mPbapStateMachine; field in BluetoothPbapAuthenticator
53 mPbapStateMachine = stateMachine; in BluetoothPbapAuthenticator()
74 mPbapStateMachine.sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in waitUserConfirmation()
75 mPbapStateMachine.sendMessageDelayed(PbapStateMachine.REMOVE_NOTIFICATION, in waitUserConfirmation()