Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java107 static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService
256 } else if (AUTH_CANCELLED_ACTION.equals(action)) { in parseIntent()
573 filter.addAction(AUTH_CANCELLED_ACTION); in start()
DBluetoothPbapActivity.java185 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()
DPbapStateMachine.java389 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification()