Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java73 static final int AUTH_CANCELLED = 8; field in PbapStateMachine
369 case AUTH_CANCELLED: in processMessage()
DBluetoothPbapService.java276 sm.sendMessage(PbapStateMachine.AUTH_CANCELLED); in parseIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java218 verify(sm).sendMessage(PbapStateMachine.AUTH_CANCELLED); in broadcastReceiver_onReceive_withActionAuthCancelled()