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/
BluetoothPermissionActivity.java 186 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY, true,
197 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY, false,
BluetoothPermissionRequest.java 92 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
152 String intentName = BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY;
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 303 public static final String ACTION_CONNECTION_ACCESS_REPLY =
339 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intent.
352 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents,
    [all...]
BluetoothDeviceProfileState.java 187 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
248 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 278 if (intent.getAction().equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
BluetoothHandsfree.java 736 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 253 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {

Completed in 194 milliseconds