Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/homepage/contextualcards/
H A DCardDatabaseHelperTest.java59 final String[] expectedNames = { in testDatabaseSchema() local
70 assertThat(columnNames).isEqualTo(expectedNames); in testDatabaseSchema()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DSlicesDatabaseHelperTest.java66 String[] expectedNames = { in testDatabaseSchema() local
81 assertThat(columnNames).isEqualTo(expectedNames); in testDatabaseSchema()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java775 SortedSet<String> expectedNames = new TreeSet<>(); in assertActionSendMultiple() local
778 expectedNames.add(expectedName); in assertActionSendMultiple()
783 expectedNames, internalScreenshotNames); in assertActionSendMultiple()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java955 private void assertFilteredContacts(String filter, String... expectedNames) { in assertFilteredContacts() argument
959 assertEquals("Record count", expectedNames.length, c.getCount()); in assertFilteredContacts()
961 for (int i = 0; i < expectedNames.length; i++) { in assertFilteredContacts()
963 assertEquals(expectedNames[i], c.getString(column)); in assertFilteredContacts()