Home
last modified time | relevance | path

Searched defs:networkType (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl48 NetworkInfo getNetworkInfo(int networkType); in getNetworkInfo()
51 Network getNetworkForType(int networkType); in getNetworkForType()
56 boolean isNetworkSupported(int networkType); in isNetworkSupported()
59 LinkProperties getLinkPropertiesForType(int networkType); in getLinkPropertiesForType()
69 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress); in requestRouteToHostAddress()
72 void setPolicyDataEnable(int networkType, boolean enabled); in setPolicyDataEnable()
98 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
108 void setDataDependency(int networkType, boolean met); in setDataDependency()
126 void supplyMessenger(int networkType, in Messenger messenger); in supplyMessenger()
136 LinkQualityInfo getLinkQualityInfo(int networkType); in getLinkQualityInfo()
[all …]
DConnectivityManager.java464 public static boolean isNetworkTypeValid(int networkType) { in isNetworkTypeValid()
524 public static boolean isNetworkTypeMobile(int networkType) { in isNetworkTypeMobile()
547 public static boolean isNetworkTypeWifi(int networkType) { in isNetworkTypeWifi()
643 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
699 public Network getNetworkForType(int networkType) { in getNetworkForType()
778 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties()
873 public int startUsingNetworkFeature(int networkType, String feature) { in startUsingNetworkFeature()
928 public int stopUsingNetworkFeature(int networkType, String feature) { in stopUsingNetworkFeature()
979 private NetworkCapabilities networkCapabilitiesForFeature(int networkType, String feature) { in networkCapabilitiesForFeature()
1206 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
[all …]
DINetworkScoreService.aidl65 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in registerNetworkScoreCache()
DNetworkScoreManager.java259 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
DMobileDataStateTracker.java832 public int networkType; field in MobileDataStateTracker.NetworkDataEntry
863 private static NetworkDataEntry getNetworkDataEntry(int networkType) { in getNetworkDataEntry()
874 private static int getNormalizedSignalStrength(int networkType, SignalStrength ss) { in getNormalizedSignalStrength()
DLinkQualityInfo.java162 public void setNetworkType(int networkType) { in setNetworkType()
DBaseNetworkStateTracker.java54 public BaseNetworkStateTracker(int networkType) { in BaseNetworkStateTracker()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java262 public void recordNetworkState(int networkType, State networkState) { in recordNetworkState()
277 public void setStateTransitionCriteria(int networkType, State initState, in setStateTransitionCriteria()
288 public boolean validateNetworkStates(int networkType) { in validateNetworkStates()
298 public String getTransitionFailureReason(int networkType) { in getTransitionFailureReason()
434 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java804 private boolean isNetworkBlocked(int networkType, int uid) { in isNetworkBlocked()
843 private NetworkInfo getFilteredNetworkInfo(int networkType, int uid) { in getFilteredNetworkInfo()
851 private NetworkInfo getFilteredNetworkInfo(NetworkInfo info, int networkType, int uid) { in getFilteredNetworkInfo()
948 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
954 private NetworkInfo getNetworkInfo(int networkType, int uid) { in getNetworkInfo()
997 public Network getNetworkForType(int networkType) { in getNetworkForType()
1020 public boolean isNetworkSupported(int networkType) { in isNetworkSupported()
1039 public LinkProperties getLinkPropertiesForType(int networkType) { in getLinkPropertiesForType()
1096 private NetworkState getNetworkStateUnchecked(int networkType) { in getNetworkStateUnchecked()
1138 private boolean isNetworkMeteredUnchecked(int networkType) { in isNetworkMeteredUnchecked()
[all …]
DNetworkScoreService.java190 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
DTelephonyRegistry.java794 NetworkCapabilities networkCapabilities, int networkType, boolean roaming) { in notifyDataConnection()
803 int networkType, boolean roaming) { in notifyDataConnectionForSubscriber()
1255 private void broadcastPreciseDataConnectionStateChanged(int state, int networkType, in broadcastPreciseDataConnectionStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java126 int networkType) { in formatNumber()
545 final int networkType = getNetworkType(phoneBase); in filterDestAddr() local
562 int networkType = -1; in getNetworkType() local
DPhoneFactory.java343 int networkType = Settings.Global.getInt(context.getContentResolver(), in calculatePreferredNetworkType() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java90 int networkType = mServiceState.getDataNetworkType(); in notePhoneDataConnectionState() local
/frameworks/base/core/java/android/app/job/
DJobInfo.java80 private final int networkType; field in JobInfo
337 public Builder setRequiredNetworkType(int networkType) { in setRequiredNetworkType()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DConnectivityController.java160 final int networkType = in onReceive() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl37 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged()
DITelephonyRegistry.aidl47 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnection()
50 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnectionForSubscriber()
DITelephony.aidl643 boolean setPreferredNetworkType(int networkType); in setPreferredNetworkType()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java58 public PreciseDataConnectionState(int state, int networkType, in PreciseDataConnectionState()
DPhoneStateListener.java405 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
DTelephonyManager.java1274 public static int getNetworkClass(int networkType) { in getNetworkClass()
2938 public boolean setPreferredNetworkType(int networkType) { in setPreferredNetworkType()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java159 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java422 int networkType = ss.getDataNetworkType(); in DataConnection() local
1211 int networkType = ss.getDataNetworkType(); in processMessage() local
1429 int networkType = ss.getDataNetworkType(); in processMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java665 private int inetConditionForNetwork(int networkType) { in inetConditionForNetwork()

12