Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchIndexableResourcesTest.java73 final int afterCount = in testAddIndex() local
75 assertThat(afterCount).isEqualTo(beforeCount + 1); in testAddIndex()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java795 final int afterCount = state.getMimeEntries(Im.CONTENT_ITEM_TYPE).size(); in testParseExtrasIgnoreLimit() local
796 assertEquals("Broke account type rules", beforeCount, afterCount); in testParseExtrasIgnoreLimit()