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 60 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
109 new IntentFilter(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL));
BluetoothPermissionRequest.java 162 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 248 new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
271 Intent cancelIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
689 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 351 public static final String ACTION_CONNECTION_ACCESS_CANCEL =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 336 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
    [all...]

Completed in 35 milliseconds