Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java591 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in isEnabled()
610 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getState()
867 if (!checkIfCallerIsForegroundUser()) { in enable()
904 if (!checkIfCallerIsForegroundUser()) { in disable()
1347 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getAddress()
1379 if ((Binder.getCallingUid() != Process.SYSTEM_UID) && (!checkIfCallerIsForegroundUser())) { in getName()
1982 private boolean checkIfCallerIsForegroundUser() { in checkIfCallerIsForegroundUser() method in BluetoothManagerService