Searched refs:mPbapStateMachine (Results 1 – 3 of 3) sorted by relevance
55 private PbapStateMachine mPbapStateMachine; field in PbapStateMachineTest80 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 …]
57 assertThat(mAuthenticator.mPbapStateMachine).isEqualTo(mMockPbapStateMachine); in testConstructor()
39 @VisibleForTesting PbapStateMachine mPbapStateMachine; field in BluetoothPbapAuthenticator42 mPbapStateMachine = stateMachine; in BluetoothPbapAuthenticator()63 mPbapStateMachine.sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in waitUserConfirmation()64 mPbapStateMachine.sendMessageDelayed( in waitUserConfirmation()