Searched refs:mErrorQueue (Results 1 – 3 of 3) sorted by relevance
90 private ConcurrentLinkedQueue<AssertionError> mErrorQueue = new ConcurrentLinkedQueue<>(); field in NotificationLoggerTest131 mErrorQueue.offer(error); in testOnChildLocationsChangedReportsVisibilityChanged()144 if(!mErrorQueue.isEmpty()) { in testOnChildLocationsChangedReportsVisibilityChanged()145 throw mErrorQueue.poll(); in testOnChildLocationsChangedReportsVisibilityChanged()
276 std::queue<ComponentError> mErrorQueue; variable
631 mErrorQueue.push(*mCurrentPhaseError); in processCommands()