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

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialog.java 54 } else if (BluetoothDevice.ACTION_PAIRING_CANCEL.equals(action)) {
94 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
BluetoothPairingService.java 162 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 54 } else if (BluetoothDevice.ACTION_PAIRING_CANCEL.equals(action)) {
94 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
BluetoothPairingService.java 163 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 92 } else if (BluetoothDevice.ACTION_PAIRING_CANCEL.equals(action)) {
192 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 393 public static final String ACTION_PAIRING_CANCEL =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 613 intent = new Intent(BluetoothDevice.ACTION_PAIRING_CANCEL);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 134 milliseconds