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 286 public static final String ACTION_CONNECTION_ACCESS_REPLY =
322 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intent.
335 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents,
    [all...]
BluetoothDeviceProfileState.java 185 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
246 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 82 milliseconds