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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1064 final boolean isSystemToast = isCallerSystem() || ("android".equals(pkg));
1525 if (isCallerSystem()) return;
2832 private static boolean isCallerSystem() { method in class:NotificationManagerService
2837 if (isCallerSystem()) {
2844 if (isCallerSystem()) {

Completed in 221 milliseconds