Home
last modified time | relevance | path

Searched defs:network (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DINetworkCallback.aidl22 void onBlockedStatusChanged(in Network network, boolean blocked); in onBlockedStatusChanged()
23 void onAvailable(in Network network); in onAvailable()
24 void onLost(in Network network); in onLost()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DNetworkCallbackTest.java40 public final Network network; field in NetworkCallbackTest.CallbackInfo
71 protected void setLastCallback(CallbackState state, Network network, Object o) { in setLastCallback()
95 public void onAvailable(Network network) { in onAvailable()
100 public void onLost(Network network) { in onLost()
105 public void onBlockedStatusChanged(Network network, boolean blocked) { in onBlockedStatusChanged()
DVpnTest.java900 private boolean isNetworkMetered(Network network) { in isNetworkMetered()
927 private void assertNetworkHasExpectedProxy(ProxyInfo expected, Network network) { in assertNetworkHasExpectedProxy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DCallbackUtils.java56 public void onAvailable(Network network) { in onAvailable()
69 public void onLost(Network network) { in onLost()
/cts/tests/tests/net/util/java/android/net/cts/util/
DCtsNetUtils.java176 Network network = null; in getWifiNetwork() local
233 private Socket getBoundSocket(Network network, String host, int port) throws IOException { in getBoundSocket()
278 Network network = intent.getExtras() in onReceive() local
334 public void onAvailable(Network network) { in onAvailable()
340 public void onLost(Network network) { in onLost()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java249 Network network = mCm.getActiveNetwork(); in testGetActiveNetwork() local
333 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet()
343 private void assertOnNetwork(String adressString, Network network) throws UnknownHostException { in assertOnNetwork()
568 private InetAddress getFirstV4Address(Network network) { in getFirstV4Address()
652 private void assertMultipathPreferenceIsEventually(Network network, int oldValue, in assertMultipathPreferenceIsEventually()
700 final Network network = ensureWifiConnected(); in testGetMultipathPreference() local
836 private Socket getConnectedSocket(final Network network, final String host, final int port, in getConnectedSocket()
853 private int getSupportedKeepalivesForNet(@NonNull Network network) throws Exception { in getSupportedKeepalivesForNet()
934 final Network network = ensureWifiConnected(); in testKeepaliveWifiUnsupported() local
954 final Network network = ensureWifiConnected(); in testCreateTcpKeepalive() local
[all …]
DIpSecManagerTunnelTest.java261 public void onAvailable(Network network) { in onAvailable()
DDnsResolverTest.java619 @NonNull Network network, @NonNull String server) throws InterruptedException { in awaitPrivateDnsSetting()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DConnectivityBackgroundTestActivity.java304 void setNetwork(Network network) { in setNetwork()
365 public void onLost(Network network) { in createNetworkCallback()
375 public void onLinkPropertiesChanged(Network network, LinkProperties newLp) { in createNetworkCallback()
DMultiNetworkConnectivityTestActivity.java318 Network network) { in isNetworkCellularAndHasInternet()
542 int network = getOrAddLegacyNetwork(); in legacyConnectToWifiNetwork() local
677 void onCellularNetworkConnected(Network network) { in onCellularNetworkConnected()
699 boolean isNetworkConnected(Network network) { in isNetworkConnected()
713 void onWifiNetworkConnected(Network network) { in onWifiNetworkConnected()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java90 public void onAvailable(Network network) { in onAvailable()
638 public static CountDownLatch waitForNetworkCapabilities(Network network, in waitForNetworkCapabilities()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java178 Network network = connectivityManager.getActiveNetwork(); in isNetworkVpn() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java169 private void exerciseRemoteHost(Network network, URL url) throws Exception { in exerciseRemoteHost()
285 public void onAvailable(Network network) { in onAvailable()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java124 String network = tm.getNetworkOperatorName(); in onStart() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DCallbackUtils.java137 public void onCapabilitiesChanged(Network network, in onCapabilitiesChanged()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto182 optional string network = 10 [deprecated = true]; field