Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1460 private boolean isCallerShell() { in isCallerShell() method in ShortcutService
1466 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()
1472 if (!isCallerShell()) { in enforceShell()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java1729 private boolean isCallerShell() { in isCallerShell() method in LockSettingsService
1735 if (!isCallerShell()) { in enforceShell()