Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java90 private ConcurrentLinkedQueue<AssertionError> mErrorQueue = new ConcurrentLinkedQueue<>(); field in NotificationLoggerTest
131 mErrorQueue.offer(error); in testOnChildLocationsChangedReportsVisibilityChanged()
144 if(!mErrorQueue.isEmpty()) { in testOnChildLocationsChangedReportsVisibilityChanged()
145 throw mErrorQueue.poll(); in testOnChildLocationsChangedReportsVisibilityChanged()
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.h276 std::queue<ComponentError> mErrorQueue; variable
H A DDefaultEngine.cpp631 mErrorQueue.push(*mCurrentPhaseError); in processCommands()