Searched refs:BLUETOOTH_PERM (Results 1 – 1 of 1) sorted by relevance
90 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in BluetoothManagerService587 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterAdapter()594 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in registerStateChangeCallback()605 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterStateChangeCallback()1453 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getAddress()1485 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getName()2126 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in sendBleStateChanged()2205 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in bluetoothStateChangeHandler()