Searched refs:foundCount (Results 1 – 1 of 1) sorted by relevance
472 int foundCount = 0; in testGetAllNetworkInfo() local474 if (i.getType() == type) foundCount++; in testGetAllNetworkInfo()476 if (foundCount != desiredFoundCount) { in testGetAllNetworkInfo()480 assertTrue("Unexpected foundCount of " + foundCount + " for type " + type, in testGetAllNetworkInfo()481 foundCount == desiredFoundCount); in testGetAllNetworkInfo()