| /frameworks/base/core/java/android/net/ |
| D | IConnectivityManager.aidl | 47 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()
|
| D | ConnectivityManager.java | 459 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 …]
|
| D | INetworkScoreService.aidl | 65 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in registerNetworkScoreCache()
|
| D | NetworkScoreManager.java | 262 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
|
| D | MobileDataStateTracker.java | 822 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()
|
| D | LinkQualityInfo.java | 162 public void setNetworkType(int networkType) { in setNetworkType()
|
| D | BaseNetworkStateTracker.java | 54 public BaseNetworkStateTracker(int networkType) { in BaseNetworkStateTracker()
|
| /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
| D | ConnectionUtil.java | 262 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/ |
| D | SmsNumberUtils.java | 126 int networkType) { in formatNumber() 545 final int networkType = getNetworkType(phoneBase); in filterDestAddr() local 562 int networkType = -1; in getNetworkType() local
|
| D | PhoneFactory.java | 299 int networkType = android.provider.Settings.Global.getInt(context.getContentResolver(), in calculatePreferredNetworkType() local
|
| D | SubscriptionInfoUpdater.java | 355 int networkType = RILConstants.PREFERRED_NETWORK_MODE; in handleSimLoaded() local
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| D | DataConnectionStats.java | 90 int networkType = mServiceState.getDataNetworkType(); in notePhoneDataConnectionState() local
|
| /frameworks/base/core/java/android/app/job/ |
| D | JobInfo.java | 80 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/ |
| D | ConnectivityController.java | 160 final int networkType = in onReceive() local
|
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| D | IPhoneStateListener.aidl | 37 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged()
|
| D | ITelephonyRegistry.aidl | 52 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnection() 55 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnectionForSubscriber()
|
| D | ITelephony.aidl | 675 boolean setPreferredNetworkType(int networkType); in setPreferredNetworkType()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | ConnectivityService.java | 795 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 …]
|
| D | NetworkScoreService.java | 266 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
|
| D | TelephonyRegistry.java | 943 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/ |
| D | PreciseDataConnectionState.java | 58 public PreciseDataConnectionState(int state, int networkType, in PreciseDataConnectionState()
|
| D | PhoneStateListener.java | 407 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
| D | NetworkControllerBaseTest.java | 121 public void setConnectivity(int inetCondition, int networkType, boolean isConnected) { in setConnectivity()
|
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
| D | ConnectivityManagerTestBase.java | 159 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
| D | DataConnection.java | 425 int networkType = ss.getDataNetworkType(); in DataConnection() local 1220 int networkType = ss.getDataNetworkType(); in processMessage() local 1438 int networkType = ss.getDataNetworkType(); in processMessage() local
|