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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4604 NotificationRecord parentNotification, int callingUid, int callingPid,
4606 final String pkg = parentNotification.sbn.getPackageName();
4607 final int userId = parentNotification.getUserId();
4613 childR.getGroupKey().equals(parentNotification.getGroupKey())
4603 cancelGroupChildrenByListLocked(ArrayList<NotificationRecord> notificationList, NotificationRecord parentNotification, int callingUid, int callingPid, String listenerName, boolean sendDelete, boolean wasPosted) argument

Completed in 32 milliseconds