Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java423 final ArrayList<ToastRecord> mToastQueue = new ArrayList<>();
718 private static final class ToastRecord class in NotificationManagerService
727 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration, in ToastRecord() method in NotificationManagerService.ToastRecord
2355 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 …]
/frameworks/base/services/
Dart-profile9597 …;->handleDurationReached(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V
9599 …->handleKillTokenTimeout(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V
9645 …uleDurationReachedLocked(Lcom/android/server/notification/NotificationManagerService$ToastRecord;)V