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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 44 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
61 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 462 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
474 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
487 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
529 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
540 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 272 public static final String ACTION_PAIRING_REQUEST =

Completed in 159 milliseconds