Home
last modified time | relevance | path

Searched refs:foundType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java199 final String foundType = getTypeString(found); in assertDiffPattern() local
200 assertEquals("Unexpected type", expectedType, foundType); in assertDiffPattern()