Searched refs:BLUETOOTH_PERM (Results 1 – 1 of 1) sorted by relevance
93 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in BluetoothManagerService674 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterAdapter()681 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in registerStateChangeCallback()692 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterStateChangeCallback()1589 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getAddress()1621 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getName()2357 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in sendBleStateChanged()2436 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in bluetoothStateChangeHandler()