Searched refs:ToastRecord (Results 1 – 1 of 1) sorted by relevance
275 final ArrayList<ToastRecord> mToastQueue = new ArrayList<ToastRecord>();449 private static final class ToastRecord class in NotificationManagerService457 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration, in ToastRecord() method in NotificationManagerService.ToastRecord1304 ToastRecord record;1318 final ToastRecord r = mToastQueue.get(i);1333 record = new ToastRecord(callingPid, pkg, callback, duration, token);2995 ToastRecord record = mToastQueue.get(0); in showNextToastLocked()3021 ToastRecord record = mToastQueue.get(index); in cancelToastLocked()3031 ToastRecord lastToast = mToastQueue.remove(index); in cancelToastLocked()3043 private void scheduleTimeoutLocked(ToastRecord r) in scheduleTimeoutLocked()[all …]