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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 38 public static final String BLUETOOTH_ADMIN_PERM =
128 if (checkCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM)!=PackageManager.PERMISSION_GRANTED) {
AdapterService.java 120 public 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;
612 mContext.sendOrderedBroadcast(intent, BLUETOOTH_ADMIN_PERM);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 101 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 142 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
635 sendOrderedBroadcast(intent, BLUETOOTH_ADMIN_PERM);
685 sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 79 private static final String BLUETOOTH_ADMIN_PERM = android.Manifest.permission.BLUETOOTH_ADMIN;
789 mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 336 milliseconds