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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 35 if (!action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
55 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST);
BluetoothPairingDialog.java 116 if (!BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())) {
118 BluetoothDevice.ACTION_PAIRING_REQUEST);
  /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 96 if (!intent.getAction().equals(BluetoothDevice.ACTION_PAIRING_REQUEST))
99 BluetoothDevice.ACTION_PAIRING_REQUEST);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 50 private static final String ACTION_PAIRING_REQUEST =
130 IntentFilter intentFilter = new IntentFilter(ACTION_PAIRING_REQUEST);
325 if (!mSecure && ACTION_PAIRING_REQUEST.equals(intent.getAction())) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 165 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
295 Intent intent = new Intent(BluetoothDevice.ACTION_PAIRING_REQUEST);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 255 * Used as an int extra field in {@link #ACTION_PAIRING_REQUEST}
262 * Used as an int extra field in {@link #ACTION_PAIRING_REQUEST}
271 * Used as an int extra field in {@link #ACTION_PAIRING_REQUEST}
332 public static final String ACTION_PAIRING_REQUEST =
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 168 if (BluetoothDevice.ACTION_PAIRING_REQUEST.equals(intent.getAction())) {
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 54 milliseconds