Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java111 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService
329 } else if (action.equals(AUTH_CANCELLED_ACTION)) { in parseIntent()
765 deleteIntent.setAction(AUTH_CANCELLED_ACTION); in createPbapNotification()
821 filter.addAction(AUTH_CANCELLED_ACTION); in start()
DBluetoothPbapActivity.java186 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()