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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java172 private ArrayList<ToastRecord> mToastQueue;
1011 private static final class ToastRecord class in class:NotificationManagerService
1018 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration) method in class:NotificationManagerService.ToastRecord
1037 return "ToastRecord{"
1309 mToastQueue = new ArrayList<ToastRecord>();
1448 ToastRecord record;
1462 final ToastRecord r = mToastQueue.get(i);
1474 record = new ToastRecord(callingPid, pkg, callback, duration);
1516 ToastRecord record = mToastQueue.get(0);
1542 ToastRecord recor
[all...]

Completed in 307 milliseconds