Searched refs:checkIfCallerIsForegroundUser (Results 1 – 2 of 2) sorted by relevance
734 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
1132 HPLcom/android/server/BluetoothManagerService;->checkIfCallerIsForegroundUser()Z+]Landroid/content/…