HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CONNECTION_ACCESS_REQUEST (Results 1 - 13 of 13) 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);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 49 else if(action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
BluetoothConnectionFacade.java 94 mPairingFilter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 83 if (!action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
85 + "ACTION_CONNECTION_ACCESS_REQUEST");
BluetoothPermissionRequest.java 62 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
82 // ACTION_CONNECTION_ACCESS_REQUEST intent to ask to Settings app.
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 360 public static final String ACTION_CONNECTION_ACCESS_REQUEST =
374 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intent.
393 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
400 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 605 log("checkAccessPermission - ACTION_CONNECTION_ACCESS_REQUEST");
606 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 635 new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 360 Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 279 milliseconds