Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl47 NetworkInfo getNetworkInfo(int networkType); in getNetworkInfo()
50 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()
95 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
105 void setDataDependency(int networkType, boolean met); in setDataDependency()
123 void supplyMessenger(int networkType, in Messenger messenger); in supplyMessenger()
133 void setProvisioningNotificationVisible(boolean visible, int networkType, in String action); in setProvisioningNotificationVisible()
160 int getRestoreDefaultNetworkDelay(int networkType); in getRestoreDefaultNetworkDelay()
DConnectivityManager.java459 public static boolean isNetworkTypeValid(int networkType) { in isNetworkTypeValid()
519 public static boolean isNetworkTypeMobile(int networkType) { in isNetworkTypeMobile()
542 public static boolean isNetworkTypeWifi(int networkType) { in isNetworkTypeWifi()
638 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
694 public Network getNetworkForType(int networkType) { in getNetworkForType()
786 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties()
881 public int startUsingNetworkFeature(int networkType, String feature) { in startUsingNetworkFeature()
928 public int stopUsingNetworkFeature(int networkType, String feature) { in stopUsingNetworkFeature()
942 private NetworkCapabilities networkCapabilitiesForFeature(int networkType, String feature) { in networkCapabilitiesForFeature()
1171 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
[all …]
DINetworkScoreService.aidl65 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in registerNetworkScoreCache()
DNetworkScoreManager.java262 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
DMobileDataStateTracker.java822 public int networkType; field in MobileDataStateTracker.NetworkDataEntry
853 private static NetworkDataEntry getNetworkDataEntry(int networkType) { in getNetworkDataEntry()
864 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/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.java299 int networkType = android.provider.Settings.Global.getInt(context.getContentResolver(), in calculatePreferredNetworkType() local
DSubscriptionInfoUpdater.java355 int networkType = RILConstants.PREFERRED_NETWORK_MODE; in handleSimLoaded() 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.aidl52 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnection()
55 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnectionForSubscriber()
DITelephony.aidl675 boolean setPreferredNetworkType(int networkType); in setPreferredNetworkType()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java795 private NetworkState getFilteredNetworkState(int networkType, int uid) { in getFilteredNetworkState()
996 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
1042 public Network getNetworkForType(int networkType) { in getNetworkForType()
1131 public boolean isNetworkSupported(int networkType) { in isNetworkSupported()
1153 public LinkProperties getLinkPropertiesForType(int networkType) { in getLinkPropertiesForType()
1268 public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress) { in requestRouteToHostAddress()
1354 public void setDataDependency(int networkType, boolean met) { in setDataDependency()
1361 private void handleSetDependencyMet(int networkType, boolean met) { in handleSetDependencyMet()
1744 public int getRestoreDefaultNetworkDelay(int networkType) { in getRestoreDefaultNetworkDelay()
2639 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition()
[all …]
DNetworkScoreService.java266 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
DTelephonyRegistry.java943 NetworkCapabilities networkCapabilities, int networkType, boolean roaming) { in notifyDataConnection()
952 int networkType, boolean roaming) { in notifyDataConnectionForSubscriber()
1409 private void broadcastPreciseDataConnectionStateChanged(int state, int networkType, in broadcastPreciseDataConnectionStateChanged()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java58 public PreciseDataConnectionState(int state, int networkType, in PreciseDataConnectionState()
DPhoneStateListener.java407 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java121 public void setConnectivity(int inetCondition, int networkType, boolean isConnected) { in setConnectivity()
/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.java425 int networkType = ss.getDataNetworkType(); in DataConnection() local
1220 int networkType = ss.getDataNetworkType(); in processMessage() local
1438 int networkType = ss.getDataNetworkType(); in processMessage() local

12