Home
last modified time | relevance | path

Searched refs:BLUETOOTH_PRIVILEGED (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java135 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in isA2dpPlaying()
263 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in connect()
394 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setConnectionPolicy()
419 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java344 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in connect()
375 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in disconnect()
452 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()
486 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java233 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in connect()
300 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in disconnect()
485 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()
516 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getConnectionPolicy()
527 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getHiSyncId()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java98 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in connect()
167 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in disconnect()
247 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()
275 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java372 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in getConnectionState()
406 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setBluetoothTethering()
441 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setConnectionPolicy()
478 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in getConnectedDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java44 public static final String BLUETOOTH_PRIVILEGED = field in ProfileService
45 android.Manifest.permission.BLUETOOTH_PRIVILEGED;
DAdapterService.java153 public static final String BLUETOOTH_PRIVILEGED = field in AdapterService
154 android.Manifest.permission.BLUETOOTH_PRIVILEGED;
2343 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setActiveDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java433 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in getConnectionState()
491 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java666 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in setConnectionPolicy()
698 BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission"); in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java616 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()
639 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java290 || (checkCallingOrSelfPermission(BLUETOOTH_PRIVILEGED) in permissionCheck()
300 return (checkCallingOrSelfPermission(BLUETOOTH_PRIVILEGED) in permissionCheck()
311 && checkCallingOrSelfPermission(BLUETOOTH_PRIVILEGED)== PERMISSION_GRANTED) { in permissionCheck()
1919 && checkCallingOrSelfPermission(BLUETOOTH_PRIVILEGED) != PERMISSION_GRANTED) { in registerScanner()
3094 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in enforcePrivilegedPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java609 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()
638 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in getConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java302 android.Manifest.permission.BLUETOOTH_PRIVILEGED, in enforceBluetoothPrivilegedPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java643 enforceCallingOrSelfPermission(BLUETOOTH_PRIVILEGED, in setConnectionPolicy()