Home
last modified time | relevance | path

Searched refs:MIN_EXIT_UPSTREAM_BANDWIDTH_KBPS_KEY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/vcn/
DVcnUnderlyingNetworkTemplate.java104 static final String MIN_EXIT_UPSTREAM_BANDWIDTH_KBPS_KEY = "mMinExitUpstreamBandwidthKbps"; field in VcnUnderlyingNetworkTemplate
187 result.putInt(MIN_EXIT_UPSTREAM_BANDWIDTH_KBPS_KEY, mMinExitUpstreamBandwidthKbps); in toPersistableBundle()
DVcnWifiUnderlyingNetworkTemplate.java99 in.getInt(MIN_EXIT_UPSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()
DVcnCellUnderlyingNetworkTemplate.java179 in.getInt(MIN_EXIT_UPSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()