Home
last modified time | relevance | path

Searched refs:ToastRecord (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java275 final ArrayList<ToastRecord> mToastQueue = new ArrayList<ToastRecord>();
449 private static final class ToastRecord class in NotificationManagerService
457 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration, in ToastRecord() method in NotificationManagerService.ToastRecord
1304 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 …]