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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
AdapterService.java 124 static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 45 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
223 mService.enforceCallingOrSelfPermission(BLUETOOTH_PERM,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 99 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
489 sendBroadcast(intent, BLUETOOTH_PERM);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 140 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
761 sendBroadcast(intent, BLUETOOTH_PERM);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 80 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
524 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM,
532 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM,
544 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM,
    [all...]

Completed in 124 milliseconds