Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java734 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getState()
947 if (requireForeground && !checkIfCallerIsForegroundUser()) { in checkBluetoothPermissions()
1702 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getAddress()
1736 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getName()
2485 private boolean checkIfCallerIsForegroundUser() { in checkIfCallerIsForegroundUser() method in BluetoothManagerService
/aosp12/frameworks/base/services/
H A Dart-profile1132 HPLcom/android/server/BluetoothManagerService;->checkIfCallerIsForegroundUser()Z+]Landroid/content/…