Searched defs:isCallerShell (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1896 private boolean isCallerShell() { method in class:LockSettingsService
1902 if (!isCallerShell()) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1468 private boolean isCallerShell() { method in class:ShortcutService
1474 if (!(isCallerSystem() || isCallerShell())) {
1480 if (!isCallerShell()) {

Completed in 73 milliseconds