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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java 42 private static final String ACTION_CONNECTION_ACCESS_REQUEST =
79 IntentFilter intentFilter = new IntentFilter(ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 58 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
BluetoothPermissionActivity.java 84 if (!action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
86 + "ACTION_CONNECTION_ACCESS_REQUEST");
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 338 public static final String ACTION_CONNECTION_ACCESS_REQUEST =
352 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intent.
368 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
375 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 581 log("checkAccessPermission - ACTION_CONNECTION_ACCESS_REQUEST");
582 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 418 Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 593 Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);

Completed in 63 milliseconds