Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DNetworkWatchlistService.java162 private boolean isCallerShell() { in isCallerShell() method in NetworkWatchlistService
170 if (!isCallerShell()) { in onShellCommand()
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java1188 private boolean isCallerShell() { in isCallerShell() method in RecoverySystemService
1194 if (!isCallerShell()) { in enforceShell()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java527 private boolean isCallerShell() {
536 if (!isCallerShell()) {
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1618 private boolean isCallerShell() { in isCallerShell() method in ShortcutService
1624 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()
1630 if (!isCallerShell()) { in enforceShell()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2557 private boolean isCallerShell() { in isCallerShell() method in LockSettingsService
2563 if (!isCallerShell()) { in enforceShell()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2850 if (!isCallerShell()) { in setProcessMemoryTrimLevel()
13920 private boolean isCallerShell() { in isCallerShell() method in ActivityManagerService
17190 if (!isCallerShell()) {
/aosp12/frameworks/base/services/
H A Dart-profile23441 PLcom/android/server/locksettings/LockSettingsService;->isCallerShell()Z