Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DPbapStateMachineTest.java55 private PbapStateMachine mPbapStateMachine; field in PbapStateMachineTest
80 mPbapStateMachine = in setUp()
103 BluetoothProfile.STATE_CONNECTING, mPbapStateMachine.getConnectionState()); in testInitialState()
105 mPbapStateMachine.getCurrentState(), in testInitialState()
113 mPbapStateMachine.sendMessage(PbapStateMachine.REJECTED); in testStateTransition_WaitingForAuthToFinished()
115 BluetoothProfile.STATE_DISCONNECTED, mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToFinished()
117 mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToFinished()
125 mPbapStateMachine.sendMessage(PbapStateMachine.AUTHORIZED); in testStateTransition_WaitingForAuthToConnected()
127 BluetoothProfile.STATE_CONNECTED, mPbapStateMachine.getConnectionState()); in testStateTransition_WaitingForAuthToConnected()
129 mPbapStateMachine.getCurrentState(), in testStateTransition_WaitingForAuthToConnected()
[all …]
DBluetoothPbapAuthenticatorTest.java57 assertThat(mAuthenticator.mPbapStateMachine).isEqualTo(mMockPbapStateMachine); in testConstructor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java39 @VisibleForTesting PbapStateMachine mPbapStateMachine; field in BluetoothPbapAuthenticator
42 mPbapStateMachine = stateMachine; in BluetoothPbapAuthenticator()
63 mPbapStateMachine.sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in waitUserConfirmation()
64 mPbapStateMachine.sendMessageDelayed( in waitUserConfirmation()