Searched refs:checkIfCallerIsForegroundUser (Results 1 – 2 of 2) sorted by relevance
707 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
681 HSPLcom/android/server/BluetoothManagerService;->checkIfCallerIsForegroundUser()Z