Searched defs:isCallerSystem (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java1424 final boolean isSystemToast = isCallerSystem() || ("android".equals(pkg));
2178 boolean isCallerSystem() { method in class:NotificationManagerService
2183 if (isCallerSystem()) {
2190 if (isCallerSystem()) {

Completed in 9 milliseconds