Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DNetworkWatchlistService.java162 private boolean isCallerShell() { in isCallerShell() method in NetworkWatchlistService
170 if (!isCallerShell()) { in onShellCommand()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java501 private boolean isCallerShell() {
510 if (!isCallerShell()) {
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1515 private boolean isCallerShell() { in isCallerShell() method in ShortcutService
1521 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()
1527 if (!isCallerShell()) { in enforceShell()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2125 private boolean isCallerShell() { in isCallerShell() method in LockSettingsService
2131 if (!isCallerShell()) { in enforceShell()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15774 final boolean mountExtStorageFull = isCallerShell() in startInstrumentation()
15801 private boolean isCallerShell() { in isCallerShell() method in ActivityManagerService
19030 if (!isCallerShell()) { in getLifeMonitor()