Home
last modified time | relevance | path

Searched refs:ACTION_DEVICE_SELECTED (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java206 BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onDeviceClicked_callingPackageEqualToLaunchPackage_setsClassName()
231 BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onDeviceClicked_callingPackageNotEqualToLaunchPackage_doesNotSetClassName()
272 BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onDeviceClicked_unbondedDevice_doesNotNeedAuth_sendsPickedIntent()
335 BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent()
375 BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onDestroy_noDeviceSelected_sendsNullPickedIntent()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceFragment.java84 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()
135 if (BluetoothDevicePicker.ACTION_DEVICE_SELECTED.equals(action)) {
DBluetoothHeadsetFragment.java166 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()
258 if (BluetoothDevicePicker.ACTION_DEVICE_SELECTED.equals(action)) {
DMapMceTestFragment.java225 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()
438 if (Objects.equals(action, BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) {
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevicePicker.java72 String ACTION_DEVICE_SELECTED = "android.bluetooth.devicepicker.action.DEVICE_SELECTED"; field
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceController.java150 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in sendDevicePickedIntent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDevicePickerFragment.java209 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in sendDevicePickedIntent()
/packages/modules/Bluetooth/android/pandora/server/src/
DOpp.kt135 val intent = Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED) in sendFile()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java70 if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java119 intent.setAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onReceive_withActionDeviceSelected_callsStartTransfer()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt305 …anifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_DEVICE_SELECTED = "android…
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt324 Landroid/bluetooth/BluetoothDevicePicker;->ACTION_DEVICE_SELECTED:Ljava/lang/String;