HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ALWAYS_ALLOWED (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 198 sendIntentToReceiver(intentName, true, BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
218 sendIntentToReceiver(intentName, true, BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
BluetoothPermissionActivity.java 192 // we can get rid of BluetoothDevice#EXTRA_ALWAYS_ALLOWED.
194 BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 400 public static final String EXTRA_ALWAYS_ALLOWED =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 672 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 270 if (intent.getBooleanExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, false)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 1588 milliseconds