Searched refs:foundCount (Results 1 – 1 of 1) sorted by relevance
196 int foundCount = 0; in testGetAllNetworkInfo() local198 if (i.getType() == type) foundCount++; in testGetAllNetworkInfo()200 if (foundCount != desiredFoundCount) { in testGetAllNetworkInfo()204 assertTrue("Unexpected foundCount of " + foundCount + " for type " + type, in testGetAllNetworkInfo()205 foundCount == desiredFoundCount); in testGetAllNetworkInfo()