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/
BluetoothPermissionActivity.java 84 if (!action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
86 + "ACTION_CONNECTION_ACCESS_REQUEST");
BluetoothPermissionRequest.java 54 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 298 public static final String ACTION_CONNECTION_ACCESS_REQUEST =
312 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intent.
325 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
332 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
    [all...]
BluetoothDeviceProfileState.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 496 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 540 Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);

Completed in 144 milliseconds