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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 104 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
196 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
216 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
BluetoothPermissionActivity.java 193 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY, true,
201 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY, false,
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 598 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
655 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
658 if (DEBUG) Log.d(TAG, "Received ACTION_CONNECTION_ACCESS_REPLY:" +
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 343 public static final String ACTION_CONNECTION_ACCESS_REPLY =
382 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intent.
395 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 254 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {

Completed in 140 milliseconds