Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticatorTest.java99 .sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in testOnAuthenticationChallenge()
108 verify(mMockPbapStateMachine).sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in testOnAuthenticationChallenge()
126 .sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in testOnAuthenticationChallenge_returnsNullWhenSessionKeyIsEmpty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java63 mPbapStateMachine.sendMessage(PbapStateMachine.CREATE_NOTIFICATION); in waitUserConfirmation()
DPbapStateMachine.java70 static final int CREATE_NOTIFICATION = 5; field in PbapStateMachine
356 case CREATE_NOTIFICATION: in processMessage()