Searched refs:isCallerSystem (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1444 private boolean isCallerSystem() { method in class:ShortcutService
1455 if (!(isCallerSystem() || isCallerShell())) {
1467 if (!isCallerSystem()) {
1473 if (isCallerSystem()) {
1482 if (isCallerSystem()) {
1501 if (isCallerSystem()) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1288 final boolean isSystemToast = isCallerSystem() || ("android".equals(pkg));
1969 if (isCallerSystem()) return;
3670 private static boolean isCallerSystem() { method in class:NotificationManagerService
3675 if (isCallerSystem()) {
3682 if (isCallerSystem()) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java865 final boolean isCallerSystem = callerApp.info.uid == Process.SYSTEM_UID;
867 if (isCallerSystem) {
889 if ((flags & Context.BIND_ALLOW_WHITELIST_MANAGEMENT) != 0 && !isCallerSystem) {
H A DActivityManagerService.java17929 final boolean isCallerSystem;
17936 isCallerSystem = true;
17939 isCallerSystem = (callerApp != null) && callerApp.persistent;
17945 if (!isCallerSystem) {
18328 if (isCallerSystem) {
18419 if (isCallerSystem) {

Completed in 337 milliseconds