Searched defs:ToastRecord (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java275 final ArrayList<ToastRecord> mToastQueue = new ArrayList<ToastRecord>();
449 private static final class ToastRecord class in class:NotificationManagerService
457 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration, method in class:NotificationManagerService.ToastRecord
478 return "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);
3021 ToastRecord recor
[all...]

Completed in 59 milliseconds