Searched refs:hasEmail (Results 1 – 3 of 3) sorted by relevance
175 boolean hasEmail = false; in buildFolderStructure()180 hasEmail = true; in buildFolderStructure()183 mCurrentFolder.setHasEmailContent(hasEmail); in buildFolderStructure()189 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()194 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()201 if (hasEmail) { in buildFolderStructure()
20 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasEmail;154 assertThat(cursor, allOf(hasEmail("user@example.com"), hasEmail("user2@example.com"))); in importFromSim()
62 public static Matcher<Cursor> hasEmail(final String email) { in hasEmail() method in ContactsMatchers.DataCursor