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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 78 // ACTION_CONNECTION_ACCESS_REPLY intent. And we don't need to start permission activity
115 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
205 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
241 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
BluetoothPermissionActivity.java 211 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 65 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
106 else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
110 Log.v(TAG, "Received BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY");
HeadsetStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 346 public static final String ACTION_CONNECTION_ACCESS_REPLY =
385 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intent.
398 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 539 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 66 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 279 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
654 // BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY from Settings app.
    [all...]

Completed in 489 milliseconds