Home
last modified time | relevance | path

Searched defs:mErrorQueue (Results 1 – 2 of 2) 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
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.h276 std::queue<ComponentError> mErrorQueue; variable