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/
BluetoothPairingRequest.java 100 } else if (action.equals(BluetoothDevice.ACTION_PAIRING_CANCEL)) {
BluetoothPairingDialog.java 77 } else if (BluetoothDevice.ACTION_PAIRING_CANCEL.equals(action)) {
156 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
BluetoothEventManager.java 94 addHandler(BluetoothDevice.ACTION_PAIRING_CANCEL, new PairingCancelHandler());
346 Log.e(TAG, "ACTION_PAIRING_CANCEL with no EXTRA_DEVICE");
  /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     [all...]

Completed in 41 milliseconds