HomeSort by relevance Sort by last modified time
    Searched defs:BLUETOOTH_ADMIN_PERM (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 38 public static final String BLUETOOTH_ADMIN_PERM =
116 if (checkCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM)!=PackageManager.PERMISSION_GRANTED) {
AdapterService.java 85 static final String BLUETOOTH_ADMIN_PERM =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 90 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
589 mContext.sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 102 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
410 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 126 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
247 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM);
591 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
792 enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
805 enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 51 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
369 mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
397 mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
417 mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
    [all...]

Completed in 4351 milliseconds