/frameworks/base/core/tests/coretests/src/android/net/ |
D | ScoredNetworkTest.java | 155 ScoredNetwork network = new ScoredNetwork(KEY, null /* rssiCurve */); in hasRankingScoreShouldReturnFalse() local 161 ScoredNetwork network = in hasRankingScoreShouldReturnTrueWhenAttributesHasRankingScoreOffset() local 168 ScoredNetwork network = in hasRankingScoreShouldReturnTrueWhenCurveIsPresent() local 175 ScoredNetwork network = new ScoredNetwork(KEY, CURVE, true /* meteredHint */, ATTRIBUTES); in shouldWriteAndReadFromParcelWhenAllFieldsSet() local 201 ScoredNetwork network = new ScoredNetwork(KEY, CURVE, true /* meteredHint */); in shouldWriteAndReadFromParcelWithoutBundle() local 224 ScoredNetwork network = new ScoredNetwork(KEY, CURVE); in calculateBadgeShouldReturnNoBadgeWhenNoAttributesBundle() local 230 ScoredNetwork network = new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES); in calculateBadgeShouldReturnNoBadgeWhenNoBadgingCurveInBundle() local 236 ScoredNetwork network = in calculateBadgeShouldReturn4kBadge() local 243 ScoredNetwork network = in calculateBadgeShouldReturnHdBadge() local 250 ScoredNetwork network = in calculateBadgeShouldReturnSdBadge() local [all …]
|
/frameworks/base/native/android/ |
D | net.c | 52 int android_setsocknetwork(net_handle_t network, int fd) { in android_setsocknetwork() 67 int android_setprocnetwork(net_handle_t network) { in android_setprocnetwork() 82 int android_getprocnetwork(net_handle_t *network) { in android_getprocnetwork() 93 int android_setprocdns(net_handle_t network) { in android_setprocdns() 108 int android_getprocdns(net_handle_t *network) { in android_getprocdns() 125 int android_getaddrinfofornetwork(net_handle_t network, in android_getaddrinfofornetwork() 137 int android_res_nquery(net_handle_t network, const char *dname, in android_res_nquery() 151 int android_res_nsend(net_handle_t network, const uint8_t *msg, size_t msglen, in android_res_nsend()
|
/frameworks/layoutlib/bridge/src/android/net/ |
D | ConnectivityManager.java | 283 public NetworkInfo getNetworkInfo(@Nullable Network network) { in getNetworkInfo() 287 public NetworkInfo getNetworkInfoForUid(Network network, int uid, boolean ignoreBlocked) { in getNetworkInfoForUid() 321 public LinkProperties getLinkProperties(@Nullable Network network) { in getLinkProperties() 326 public NetworkCapabilities getNetworkCapabilities(@Nullable Network network) { in getNetworkCapabilities() 381 Network network, int intervalSeconds, PacketKeepaliveCallback callback, in startNattKeepalive() 386 public @NonNull SocketKeepalive createSocketKeepalive(@NonNull Network network, in createSocketKeepalive() 396 public @NonNull SocketKeepalive createNattKeepalive(@NonNull Network network, in createNattKeepalive() 406 public @NonNull SocketKeepalive createSocketKeepalive(@NonNull Network network, in createSocketKeepalive() 531 public void onUpstreamChanged(@Nullable Network network) {} in onUpstreamChanged() 626 public void reportBadNetwork(@Nullable Network network) {} in reportBadNetwork() [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 79 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() 97 public void onLost(Network network) { in onLost() 117 public void onAvailable(Network network) { in onAvailable() 123 public void onLost(Network network) { in onLost() 157 final Network network = mDefaultNetworkCallback.getNetwork(); in handleStateChangedLocked() local
|
D | NetworkPolicyManagerInternal.java | 57 public abstract SubscriptionPlan getSubscriptionPlan(Network network); in getSubscriptionPlan() 73 public abstract long getSubscriptionOpportunisticQuota(Network network, int quotaType); in getSubscriptionOpportunisticQuota()
|
/frameworks/base/wifi/java/src/android/net/wifi/ |
D | WifiNetworkScoreCache.java | 142 ScoredNetwork network = getScoredNetwork(result); in hasScoreCurve() local 149 ScoredNetwork network = getScoredNetwork(result); in getNetworkScore() local 167 ScoredNetwork network = getScoredNetwork(result); in getMeteredHint() local 174 ScoredNetwork network = getScoredNetwork(result); in getNetworkScore() local 193 ScoredNetwork network = mCache.get(key); in getScoredNetwork() local 213 private String buildNetworkKey(ScoredNetwork network) { in buildNetworkKey()
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | TestableNetworkCallback.kt | 62 abstract val network: Network constant in com.android.testutils.RecorderCallback.CallbackEntry 64 data class Available(override val network: Network) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Available 66 override val network: Network, constant in com.android.testutils.RecorderCallback.CallbackEntry.CapabilitiesChanged 70 override val network: Network, constant in com.android.testutils.RecorderCallback.CallbackEntry.LinkPropertiesChanged 73 data class Suspended(override val network: Network) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Suspended 74 data class Resumed(override val network: Network) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Resumed 75 data class Losing(override val network: Network, val maxMsToLive: Int) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Losing 76 data class Lost(override val network: Network) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Lost 78 override val network: Network constant in com.android.testutils.RecorderCallback.CallbackEntry.Unavailable 83 override val network: Network, constant in com.android.testutils.RecorderCallback.CallbackEntry.BlockedStatus [all …]
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | CarrierConfig.java | 43 public abstract Network network(); in network() method in CarrierConfig 76 public abstract Builder setNetwork(Network network); in setNetwork()
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsConfigListener.aidl | 34 void onGetFeatureResponse(int feature, int network, int value, int status); in onGetFeatureResponse() 51 void onSetFeatureResponse(int feature, int network, int value, int status); in onSetFeatureResponse()
|
/frameworks/base/core/java/com/android/server/net/ |
D | NetworkPinner.java | 90 public void onAvailable(Network network) { in onAvailable() 104 public void onLost(Network network) { in onLost()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | VpnIkev2Utils.java | 99 @NonNull Context context, @NonNull Ikev2VpnProfile profile, @NonNull Network network) { in buildIkeSessionParams() 300 IkeSessionCallbackImpl(String tag, Vpn.IkeV2VpnRunnerCallback callback, Network network) { in IkeSessionCallbackImpl() 336 ChildSessionCallbackImpl(String tag, Vpn.IkeV2VpnRunnerCallback callback, Network network) { in ChildSessionCallbackImpl() 386 public void onAvailable(@NonNull Network network) { in onAvailable() 392 public void onLost(@NonNull Network network) { in onLost()
|
D | DefaultNetworkMetrics.java | 135 private void logCurrentDefaultNetwork(long timeMs, Network network, int score, in logCurrentDefaultNetwork() 160 private void newDefaultNetwork(long timeMs, Network network, int score, boolean validated, in newDefaultNetwork() 178 private static void fillLinkInfo(DefaultNetworkEvent ev, Network network, LinkProperties lp, in fillLinkInfo()
|
D | MultipathPolicyTracker.java | 181 public Integer getMultipathPreference(Network network) { in getMultipathPreference() 194 final Network network; field in MultipathPolicyTracker.MultipathTracker 204 public MultipathTracker(Network network, NetworkCapabilities nc) { in MultipathTracker()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | ConnectivityController.java | 350 final Network network = mAvailableNetworks.keyAt(i); in isNetworkAvailable() local 550 private boolean isInsane(JobStatus jobStatus, Network network, in isInsane() 603 private static boolean isCongestionDelayed(JobStatus jobStatus, Network network, in isCongestionDelayed() 622 private static boolean isStrictSatisfied(JobStatus jobStatus, Network network, in isStrictSatisfied() 636 private static boolean isRelaxedSatisfied(JobStatus jobStatus, Network network, in isRelaxedSatisfied() 656 boolean isSatisfied(JobStatus jobStatus, Network network, in isSatisfied() 852 private NetworkCapabilities getNetworkCapabilities(@Nullable Network network) { in getNetworkCapabilities() 909 final Network network = getNetworkLocked(jobStatus); in updateConstraintsSatisfied() local 915 Network network, NetworkCapabilities capabilities) { in updateConstraintsSatisfied() 1137 public void onAvailable(Network network) { in onAvailable() [all …]
|
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | UnderlyingNetworkTracker.java | 487 public void onAvailable(@NonNull Network network) { in onAvailable() 493 public void onLost(@NonNull Network network) { in onLost() 500 public void onCapabilitiesChanged( in onCapabilitiesChanged() 516 public void onLinkPropertiesChanged( in onLinkPropertiesChanged() 532 public void onBlockedStatusChanged(@NonNull Network network, boolean isBlocked) { in onBlockedStatusChanged() 569 @NonNull public final Network network; field in UnderlyingNetworkTracker.UnderlyingNetworkRecord 575 UnderlyingNetworkRecord( in UnderlyingNetworkRecord() 720 private Builder(@NonNull Network network) { in Builder()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsConfig.aidl | 81 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener); in getFeatureValue() 94 oneway void setFeatureValue(int feature, int network, int value, ImsConfigListener listener); in setFeatureValue()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpRequest.java | 52 public abstract Network network(); in network() method in HttpRequest 103 public abstract Builder setNetwork(@Nullable Network network); in setNetwork()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | LinkBandwidthEstimatorTest.java | 523 LinkBandwidthEstimator.NetworkBandwidth network = mLBE.lookupNetwork("310260", 366, "LTE"); in testUseAllTacStatsIfNoEnoughDataWithCurrentTac() local 608 LinkBandwidthEstimator.NetworkBandwidth network = mLBE.lookupNetwork("310260", 366, "EDGE"); in testEdgeThenLteShouldIgnoreTransitionStats() local 653 LinkBandwidthEstimator.NetworkBandwidth network = mLBE.lookupNetwork("310260", 366, "LTE"); in testVeryHighByteCountReturnNonNegativeValue() local
|
/frameworks/base/core/java/android/net/ |
D | IPacProxyInstalledListener.aidl | 24 void onPacProxyInstalled(in Network network, in ProxyInfo proxy); in onPacProxyInstalled()
|
D | PacProxyManager.java | 125 void onPacProxyInstalled(@Nullable Network network, @NonNull ProxyInfo proxy); in onPacProxyInstalled() 142 public void onPacProxyInstalled(Network network, ProxyInfo proxy) { in onPacProxyInstalled()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsConfigImplBase.java | 125 public void getFeatureValue(int feature, int network, ImsConfigListener listener) in getFeatureValue() 139 public void setFeatureValue(int feature, int network, int value, ImsConfigListener listener) in setFeatureValue() 319 public void getFeatureValue(int feature, int network, ImsConfigListener listener) in getFeatureValue() 328 public void setFeatureValue(int feature, int network, int value, ImsConfigListener listener) in setFeatureValue()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | ChartData.java | 22 public NetworkStatsHistory network; field in ChartData
|
/frameworks/base/core/java/android/webkit/ |
D | PacProcessor.java | 97 default void setNetwork(@Nullable Network network) { in setNetwork()
|
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
D | HiddenNetwork.java | 44 HiddenNetwork network = (HiddenNetwork) rhs; in equals() local
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssNetworkConnectivityHandler.java | 346 public void onCapabilitiesChanged(Network network, in createNetworkConnectivityCallback() 373 public void onLost(Network network) { in createNetworkConnectivityCallback() 397 public void onLost(Network network) { in createSuplConnectivityCallback()
|