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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 63 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
112 new IntentFilter(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL));
BluetoothPermissionRequest.java 144 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 243 new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
636 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 348 public static final String ACTION_CONNECTION_ACCESS_CANCEL =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 442 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);

Completed in 214 milliseconds