Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java108 private ConcurrentLinkedQueue<AssertionError> mErrorQueue = new ConcurrentLinkedQueue<>(); field in NotificationLoggerTest
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h276 std::queue<ComponentError> mErrorQueue; variable
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DEabControllerTest.java94 BlockingQueue<Long> mErrorQueue = new LinkedBlockingQueue<>(); field in EabControllerTest