Searched refs:networkType (Results 1 – 6 of 6) sorted by relevance
83 private boolean isNetworkProtected(int networkType) { in isNetworkProtected() argument84 return mProtectedNetworks.contains(networkType); in isNetworkProtected()293 private boolean isNetworkSupported(int networkType) { in isNetworkSupported() argument294 return mCm.getNetworkInfo(networkType) != null; in isNetworkSupported()
182 getSignalStrengthTypeForNetworkType(int networkType) { in getSignalStrengthTypeForNetworkType() argument183 switch(networkType) { in getSignalStrengthTypeForNetworkType()
848 public void onDataConnectionStateChanged(int state, int networkType) { in testOnDataConnectionStateChanged()
1957 final int networkType = nri.getAccessNetworkTechnology(); in testNetworkTypeMatchesCellIdentity() local1962 networkType == TelephonyManager.NETWORK_TYPE_UNKNOWN in testNetworkTypeMatchesCellIdentity()1963 || networkType == TelephonyManager.NETWORK_TYPE_IWLAN); in testNetworkTypeMatchesCellIdentity()1970 TelephonyManager.NETWORK_TYPE_UNKNOWN, networkType); in testNetworkTypeMatchesCellIdentity()1978 TelephonyManager.NETWORK_TYPE_UNKNOWN, networkType); in testNetworkTypeMatchesCellIdentity()1982 sNetworkTypes.get(cid.getClass()).contains(networkType)); in testNetworkTypeMatchesCellIdentity()
1024 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() argument
96 final int networkType = in onReceive() local125 .setRequiredNetworkType(networkType) in onReceive()