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

/frameworks/support/design/tests/src/android/support/design/widget/
H A DNavigationViewTest.java54 private static final int[] MENU_CONTENT_ITEM_IDS = { R.id.destination_home, field in class:NavigationViewTest
76 mMenuStringContent = new HashMap<>(MENU_CONTENT_ITEM_IDS.length);
93 assertEquals("Should have matching number of items", MENU_CONTENT_ITEM_IDS.length,
95 for (int i = 0; i < MENU_CONTENT_ITEM_IDS.length; i++) {
97 assertEquals("ID for Item #" + i, MENU_CONTENT_ITEM_IDS[i], currItem.getItemId());
101 for (int i = 0; i < MENU_CONTENT_ITEM_IDS.length; i++) {
102 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])),
117 for (int i = 0; i < MENU_CONTENT_ITEM_IDS.length; i++) {
118 onView(allOf(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i])),
128 for (int i = 0; i < MENU_CONTENT_ITEM_IDS
[all...]

Completed in 6 milliseconds