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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 66 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
107 new IntentFilter(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL));
BluetoothPermissionRequest.java 115 } 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);
629 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 330 public static final String ACTION_CONNECTION_ACCESS_CANCEL =
    [all...]

Completed in 44 milliseconds