Home
last modified time | relevance | path

Searched refs:EXTRA_ALWAYS_ALLOWED (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java221 intent.putExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, always); in sendReplyIntentToReceiver()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java840 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
862 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java1096 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
1111 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java225 BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false); in parseIntent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2130 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in handleAccessPermissionResult()
2135 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in handleAccessPermissionResult()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java806 public static final String EXTRA_ALWAYS_ALLOWED = field in BluetoothDevice
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10103 Landroid/bluetooth/BluetoothDevice;->EXTRA_ALWAYS_ALLOWED:Ljava/lang/String;