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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 120 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY,
127 sendIntentToReceiver(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY,
BluetoothPermissionRequest.java 73 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 286 public static final String ACTION_CONNECTION_ACCESS_REPLY =
294 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intent.
    [all...]
BluetoothDeviceProfileState.java 161 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
208 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
    [all...]

Completed in 82 milliseconds