Searched refs:ACTION_DEVICE_SELECTED (Results 1 – 12 of 12) sorted by relevance
206 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()
84 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()135 if (BluetoothDevicePicker.ACTION_DEVICE_SELECTED.equals(action)) {
166 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()258 if (BluetoothDevicePicker.ACTION_DEVICE_SELECTED.equals(action)) {
225 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker()438 if (Objects.equals(action, BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) {
72 String ACTION_DEVICE_SELECTED = "android.bluetooth.devicepicker.action.DEVICE_SELECTED"; field
150 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in sendDevicePickedIntent()
209 Intent intent = new Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in sendDevicePickedIntent()
135 val intent = Intent(BluetoothDevicePicker.ACTION_DEVICE_SELECTED) in sendFile()
70 if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { in onReceive()
119 intent.setAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in onReceive_withActionDeviceSelected_callsStartTransfer()
305 …anifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_DEVICE_SELECTED = "android…
324 Landroid/bluetooth/BluetoothDevicePicker;->ACTION_DEVICE_SELECTED:Ljava/lang/String;