Searched refs:getNonNull (Results 1 – 1 of 1) sorted by relevance
117 List<String> actual = new ArrayList<>(actualEvents.getNonNull(sequence)); in lowLevelMismatchDiagnostics()144 if (!mExpectedEvents.getNonNull(SEQUENCE_TIS).isEmpty() in highLevelMismatchDiagnostics()145 && actualEvents.getNonNull(SEQUENCE_TIS).isEmpty()) { in highLevelMismatchDiagnostics()149 if (getMismatchPosition(mExpectedEvents.getNonNull(SEQUENCE_TIS), in highLevelMismatchDiagnostics()150 actualEvents.getNonNull(SEQUENCE_TIS)) != -1) { in highLevelMismatchDiagnostics()156 if (mExpectedEvents.getNonNull(SEQUENCE_PILFER).size() == 1 in highLevelMismatchDiagnostics()157 && actualEvents.getNonNull(SEQUENCE_PILFER).isEmpty()) { in highLevelMismatchDiagnostics()160 if (mExpectedEvents.getNonNull(SEQUENCE_PILFER).isEmpty() in highLevelMismatchDiagnostics()161 && actualEvents.getNonNull(SEQUENCE_PILFER).size() == 1) { in highLevelMismatchDiagnostics()164 if (getMismatchPosition(mExpectedEvents.getNonNull(SEQUENCE_PILFER), in highLevelMismatchDiagnostics()[all …]