Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java180 intent.putExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true); in broadcastReceiver_onReceive_withActionConnectionAccessReply()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java232 intent.putExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, always); in sendReplyIntentToReceiver()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java825 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
847 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java1152 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
1165 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java242 intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false); in parseIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2769 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in handleAccessPermissionResult()
2774 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) { in handleAccessPermissionResult()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1088 public static final String EXTRA_ALWAYS_ALLOWED = field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1528 when(mIntent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)).thenReturn(true); in testHandleAccessPermissionResult_withNoChangeInAtCommandResult()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt248 …field public static final String EXTRA_ALWAYS_ALLOWED = "android.bluetooth.device.extra.ALWAYS_ALL…
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt296 Landroid/bluetooth/BluetoothDevice;->EXTRA_ALWAYS_ALLOWED:Ljava/lang/String;