Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java79 static final int AUTH_CANCELLED = 8; field in PbapStateMachine
332 case AUTH_CANCELLED: in processMessage()
DBluetoothPbapService.java263 sm.sendMessage(PbapStateMachine.AUTH_CANCELLED); in parseIntent()