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 81 if (!action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
83 + "ACTION_CONNECTION_ACCESS_REQUEST");
BluetoothPermissionRequest.java 58 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
72 // ACTION_CONNECTION_ACCESS_REQUEST intent to ask to Settings app.
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 341 public static final String ACTION_CONNECTION_ACCESS_REQUEST =
355 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intent.
371 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
378 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 604 log("checkAccessPermission - ACTION_CONNECTION_ACCESS_REQUEST");
605 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 632 new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 788 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
    [all...]

Completed in 398 milliseconds