Home
last modified time | relevance | path

Searched defs:pendingEvents (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HotplugTest.cpp59 const auto& pendingEvents = mFlinger.mutablePendingHotplugEvents(); in TEST_F() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1085 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testAppearDeferThenInfoChange() local
1105 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testAppearDeferThenVanish() local
1123 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testInfoChangeDeferMultiple() local
1155 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testInfoChangDeferThenVanish() local
1176 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testVanishDeferThenInfoChange() local
1196 ArrayList<PendingTaskEvent> pendingEvents = getTaskPendingEvent(rootTask); in testVanishDeferThenBackOnRoot() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyEventDispatcher.java191 List<PendingKeyEvent> pendingEvents = mPendingEventsMap.get(keyEventFilter); in flush() local
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java397 final LinkedList<Event> pendingEvents = new LinkedList<>(); in onUserUnlocked() local
752 private void loadPendingEventsLocked(int userId, LinkedList<Event> pendingEvents) { in loadPendingEventsLocked()
780 final LinkedList<Event> pendingEvents = mReportedEvents.get(userId); in persistPendingEventsLocked() local