Home
last modified time | relevance | path

Searched refs:checkIfCallerIsForegroundUser (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java687 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getState()
869 if (requireForeground && !checkIfCallerIsForegroundUser()) { in checkBluetoothPermissions()
1600 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getAddress()
1632 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getName()
2316 private boolean checkIfCallerIsForegroundUser() { in checkIfCallerIsForegroundUser() method in BluetoothManagerService
/frameworks/base/services/
Dart-profile1628 HPLcom/android/server/BluetoothManagerService;->checkIfCallerIsForegroundUser()Z