Searched refs:BLUETOOTH_PERM (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothService.java110 static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in class:BluetoothService
346 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
355 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
422 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
779 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
785 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
791 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
896 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
902 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
908 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Nee
[all...]
H A DBluetoothAdapterProperties.java64 BluetoothService.BLUETOOTH_PERM,
H A DBluetoothEventLoop.java71 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in class:BluetoothEventLoop
201 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
232 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
249 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
324 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
348 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
360 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
409 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
415 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
423 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
[all...]
H A DBluetoothA2dpService.java58 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH; field in class:BluetoothA2dpService
406 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
414 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
421 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
436 mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
548 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
609 mContext.sendBroadcast(intent, BLUETOOTH_PERM);
H A DBluetoothInputProfileHandler.java192 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);
H A DBluetoothBondState.java188 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);
H A DBluetoothPanProfileHandler.java304 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);
H A DBluetoothAdapterStateMachine.java788 mContext.sendBroadcast(intent, BluetoothService.BLUETOOTH_PERM);

Completed in 48 milliseconds