Searched refs:BLUETOOTH_PERM (Results 1 – 1 of 1) sorted by relevance
84 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in BluetoothManagerService562 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterAdapter()569 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in registerStateChangeCallback()580 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in unregisterStateChangeCallback()1345 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getAddress()1377 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); in getName()2018 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in sendBleStateChanged()2097 mContext.sendBroadcastAsUser(intent, UserHandle.ALL, BLUETOOTH_PERM); in bluetoothStateChangeHandler()