Searched defs:mErrorQueue (Results 1 – 3 of 3) sorted by relevance
108 private ConcurrentLinkedQueue<AssertionError> mErrorQueue = new ConcurrentLinkedQueue<>(); field in NotificationLoggerTest
276 std::queue<ComponentError> mErrorQueue; variable
94 BlockingQueue<Long> mErrorQueue = new LinkedBlockingQueue<>(); field in EabControllerTest