Searched defs:networkType (Results 1 – 5 of 5) sorted by relevance
32 int networkType = intent.getIntExtra(ConnectivityManager.EXTRA_NETWORK_TYPE, 0); in onReceive() local
209 private void assertStartUsingNetworkFeatureUnsupported(int networkType, String feature) { in assertStartUsingNetworkFeatureUnsupported()216 private void assertStopUsingNetworkFeatureUnsupported(int networkType, String feature) { in assertStopUsingNetworkFeatureUnsupported()223 private void assertRequestRouteToHostUnsupported(int networkType, int hostAddress) { in assertRequestRouteToHostUnsupported()243 private boolean isSupported(int networkType) { in isSupported()576 ConnectivityActionReceiver(int networkType, NetworkInfo.State netState) { in ConnectivityActionReceiver()610 int networkType = networkInfo.getType(); in onReceive() local
78 private boolean isNetworkProtected(int networkType) { in isNetworkProtected()274 private boolean isNetworkSupported(int networkType) { in isNetworkSupported()
268 ConnectivityActionReceiver(int networkType, NetworkInfo.State expectedState) { in ConnectivityActionReceiver()
288 int networkType = sNetworkInterfacesToTest[networkIndex].getNetworkType(); in getSubscriberId() local