Searched refs:world (Results 1 – 2 of 2) sorted by relevance
102 String[] world = new String[] { in testWorldWeird() local107 for (int i = 0; i < world.length; i += 2) { in testWorldWeird()108 String country = world[i]; in testWorldWeird()109 String name = world[i + 1]; in testWorldWeird()
182 assertEquals(R.id.world, (int) targets.get(1)); in verifyTargetIds()