Searched refs:ToastRecord (Results 1 – 2 of 2) sorted by relevance
423 final ArrayList<ToastRecord> mToastQueue = new ArrayList<>();718 private static final class ToastRecord class in NotificationManagerService727 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration, in ToastRecord() method in NotificationManagerService.ToastRecord2355 ToastRecord record;2369 final ToastRecord r = mToastQueue.get(i);2383 record = new ToastRecord(callingPid, pkg, callback, duration, token,2434 ToastRecord record = mToastQueue.get(index);6231 ToastRecord record = mToastQueue.get(0);6258 ToastRecord record = mToastQueue.get(index);6268 ToastRecord lastToast = mToastQueue.remove(index);[all …]
9597 …;->handleDurationReached(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V9599 …->handleKillTokenTimeout(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V9645 …uleDurationReachedLocked(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V