Searched refs:isCallerShell (Results 1 – 7 of 7) sorted by relevance
162 private boolean isCallerShell() { in isCallerShell() method in NetworkWatchlistService170 if (!isCallerShell()) { in onShellCommand()
1188 private boolean isCallerShell() { in isCallerShell() method in RecoverySystemService1194 if (!isCallerShell()) { in enforceShell()
527 private boolean isCallerShell() {536 if (!isCallerShell()) {
1618 private boolean isCallerShell() { in isCallerShell() method in ShortcutService1624 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()1630 if (!isCallerShell()) { in enforceShell()
2557 private boolean isCallerShell() { in isCallerShell() method in LockSettingsService2563 if (!isCallerShell()) { in enforceShell()
2850 if (!isCallerShell()) { in setProcessMemoryTrimLevel()13920 private boolean isCallerShell() { in isCallerShell() method in ActivityManagerService17190 if (!isCallerShell()) {
23441 PLcom/android/server/locksettings/LockSettingsService;->isCallerShell()Z