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.java505 private boolean isCallerShell() {
514 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.java2193 private boolean isCallerShell() { in isCallerShell() method in LockSettingsService
2199 if (!isCallerShell()) { in enforceShell()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15874 final boolean mountExtStorageFull = isCallerShell() in startInstrumentation()
15902 private boolean isCallerShell() { in isCallerShell() method in ActivityManagerService
19151 if (!isCallerShell()) { in getLifeMonitor()