HomeSort by relevance Sort by last modified time
    Searched full:desiredfoundcount (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 235 int desiredFoundCount = (isSupported(type) ? 1 : 0);
240 if (foundCount != desiredFoundCount) {
245 foundCount == desiredFoundCount);
    [all...]

Completed in 92 milliseconds