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.java707 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getState()
860 if (requireForeground && !checkIfCallerIsForegroundUser()) { in checkBluetoothPermissions()
1591 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getAddress()
1623 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getName()
2321 private boolean checkIfCallerIsForegroundUser() { in checkIfCallerIsForegroundUser() method in BluetoothManagerService
/frameworks/base/services/
Dart-profile681 HSPLcom/android/server/BluetoothManagerService;->checkIfCallerIsForegroundUser()Z