Home
last modified time | relevance | path

Searched refs:desiredFoundCount (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java471 int desiredFoundCount = (shouldBeSupported(type) ? 1 : 0); in testGetAllNetworkInfo() local
476 if (foundCount != desiredFoundCount) { in testGetAllNetworkInfo()
481 foundCount == desiredFoundCount); in testGetAllNetworkInfo()