Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
H A DPbapStateMachineTest.java56 private PbapStateMachine mPbapStateMachine; field in PbapStateMachineTest
100 mPbapStateMachine.getConnectionState()); in testInitialState()
101 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testInitialState()
113 mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToFinished()
114 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToFinished()
126 mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToConnected()
127 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToConnected()
139 mPbapStateMachine.getConnectionState()); in testStateTransition_ConnectedToFinished()
140 Assert.assertThat(mPbapStateMachine.getCurrentState(), in testStateTransition_ConnectedToFinished()
146 mPbapStateMachine.getConnectionState()); in testStateTransition_ConnectedToFinished()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A 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()