Searched refs:mExpectedLineList (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifierElem.java29 private final List<String> mExpectedLineList = new ArrayList<String>(); field in class:LineVerifierElem
38 mExpectedLineList.add(line);
87 final int index = mExpectedLineList.indexOf(line);
89 mExpectedLineList.remove(index);
95 if (!mExpectedLineList.isEmpty()) {
97 for (String expectedLine : mExpectedLineList) {

Completed in 193 milliseconds