Searched refs:NAMES (Results 1 – 2 of 2) sorted by relevance
57 private static final String[] NAMES = { "bob", "tom", "brett" }; field in ElementTest77 assertEquals(NAMES[mNameIndex], body); in testParse()127 assertEquals(NAMES.length, mNameIndex); in testParse()
56 private static final List<String> NAMES = new ArrayList<>(); field in CtsTestTest61 NAMES.add(PACKAGE_NAME);281 EasyMock.expect(mMockRepo.getPackageNames()).andReturn(NAMES).anyTimes(); in setCreateAndRunTestExpectations()