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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 128 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_CANCEL)) {
164 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL);
BluetoothPairingRequest.java 103 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_CANCEL)) {
BluetoothPairingDialog.java 68 } else if(BluetoothDevice.ACTION_PAIRING_CANCEL.equals(intent.getAction())) {
127 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 276 public static final String ACTION_PAIRING_CANCEL =
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 568 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_CANCEL);

Completed in 922 milliseconds