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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 45 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
62 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST);
BluetoothPairingDialog.java 82 if (!intent.getAction().equals(BluetoothDevice.ACTION_PAIRING_REQUEST))
86 BluetoothDevice.ACTION_PAIRING_REQUEST);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 408 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
420 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
433 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
470 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
481 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
493 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 52 private static final String ACTION_PAIRING_REQUEST =
126 IntentFilter intentFilter = new IntentFilter(ACTION_PAIRING_REQUEST);
304 if (!mSecure && ACTION_PAIRING_REQUEST.equals(intent.getAction())) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 272 public static final String ACTION_PAIRING_REQUEST =
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 292 if (BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())
    [all...]

Completed in 420 milliseconds