Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java99 static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService
269 } else if (AUTH_CANCELLED_ACTION.equals(action)) { in parseIntent()
740 filter.addAction(AUTH_CANCELLED_ACTION); in start()
DBluetoothPbapActivity.java187 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()
DPbapStateMachine.java425 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java211 Intent intent = new Intent(BluetoothPbapService.AUTH_CANCELLED_ACTION); in broadcastReceiver_onReceive_withActionAuthCancelled()