| /frameworks/base/core/java/android/app/usage/ |
| D | NetworkStatsManager.java | 91 public Bucket querySummaryForDevice(int networkType, String subscriberId, in querySummaryForDevice() 124 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime, in querySummaryForUser() 157 public NetworkStats querySummary(int networkType, String subscriberId, long startTime, in querySummary() 192 public NetworkStats queryDetailsForUid(int networkType, String subscriberId, in queryDetailsForUid() 226 public NetworkStats queryDetails(int networkType, String subscriberId, long startTime, in queryDetails() 238 private static NetworkTemplate createTemplate(int networkType, String subscriberId) { in createTemplate()
|
| /frameworks/base/core/java/android/net/ |
| D | IConnectivityManager.aidl | 49 NetworkInfo getNetworkInfo(int networkType); in getNetworkInfo() 52 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() 125 void setProvisioningNotificationVisible(boolean visible, int networkType, in String action); in setProvisioningNotificationVisible() 156 int getRestoreDefaultNetworkDelay(int networkType); in getRestoreDefaultNetworkDelay()
|
| D | ConnectivityManager.java | 516 public static boolean isNetworkTypeValid(int networkType) { in isNetworkTypeValid() 578 public static boolean isNetworkTypeMobile(int networkType) { in isNetworkTypeMobile() 601 public static boolean isNetworkTypeWifi(int networkType) { in isNetworkTypeWifi() 719 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo() 780 public Network getNetworkForType(int networkType) { in getNetworkForType() 852 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties() 916 public int startUsingNetworkFeature(int networkType, String feature) { in startUsingNetworkFeature() 970 public int stopUsingNetworkFeature(int networkType, String feature) { in stopUsingNetworkFeature() 985 private NetworkCapabilities networkCapabilitiesForFeature(int networkType, String feature) { in networkCapabilitiesForFeature() 1361 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 | LinkQualityInfo.java | 162 public void setNetworkType(int networkType) { in setNetworkType()
|
| /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 565 int networkType = -1; in getNetworkType() local
|
| D | PhoneFactory.java | 315 int networkType = android.provider.Settings.Global.getInt(context.getContentResolver(), in calculatePreferredNetworkType() local
|
| D | SubscriptionInfoUpdater.java | 431 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 | 726 boolean setPreferredNetworkType(int subId, int networkType); in setPreferredNetworkType()
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | PreciseDataConnectionState.java | 56 public PreciseDataConnectionState(int state, int networkType, in PreciseDataConnectionState()
|
| D | PhoneStateListener.java | 416 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | NetworkScoreService.java | 266 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
|
| D | ConnectivityService.java | 842 private NetworkState getFilteredNetworkState(int networkType, int uid) { in getFilteredNetworkState() 1032 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo() 1078 public Network getNetworkForType(int networkType) { in getNetworkForType() 1150 public boolean isNetworkSupported(int networkType) { in isNetworkSupported() 1172 public LinkProperties getLinkPropertiesForType(int networkType) { in getLinkPropertiesForType() 1292 public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress) { in requestRouteToHostAddress() 1750 public int getRestoreDefaultNetworkDelay(int networkType) { in getRestoreDefaultNetworkDelay() 2707 public void reportInetCondition(int networkType, int percentage) { in reportInetCondition() 3270 private void setProvNotificationVisible(boolean visible, int networkType, String action) { in setProvNotificationVisible() 3299 NotificationType notifyType, int networkType, String extraInfo, PendingIntent intent, in setProvNotificationVisibleIntent() [all …]
|
| D | TelephonyRegistry.java | 1037 NetworkCapabilities networkCapabilities, int networkType, boolean roaming) { in notifyDataConnection() 1046 int networkType, boolean roaming) { in notifyDataConnectionForSubscriber() 1521 private void broadcastPreciseDataConnectionStateChanged(int state, int networkType, in broadcastPreciseDataConnectionStateChanged()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
| D | NetworkControllerBaseTest.java | 168 public void setConnectivity(int networkType, boolean inetCondition, 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 | 440 int networkType = ss.getDataNetworkType(); in DataConnection() local 1247 int networkType = ss.getDataNetworkType(); in processMessage() local 1496 int networkType = ss.getDataNetworkType(); in processMessage() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | MobileSignalController.java | 447 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
|