Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java293 if (shouldBeSupported(type)) { in testGetNetworkInfo()
314 int desiredFoundCount = (shouldBeSupported(type) ? 1 : 0); in testGetAllNetworkInfo()
438 private boolean shouldBeSupported(int networkType) { in shouldBeSupported() method in ConnectivityManagerTest
448 if (shouldBeSupported(type)) { in testIsNetworkSupported()