Home | History | Annotate | Download | only in focus

Lines Matching refs:indexInfo

107             String indexInfo = "index: " + i + ", label: " + label;
109 assertTrue(indexInfo, mListView.hasFocus());
112 assertNotNull(indexInfo, button);
113 assertEquals(indexInfo, label, button.getText().toString());
114 assertTrue(indexInfo, button.hasFocus());
124 String indexInfo = "index: " + i + ", label: " + label;
126 assertTrue(indexInfo, mListView.hasFocus());
129 assertNotNull(indexInfo, button);
130 assertEquals(indexInfo, label, button.getText().toString());
131 assertTrue(indexInfo, button.hasFocus());