Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnUnderlyingNetworkTemplate.java99 static final String MIN_ENTRY_UPSTREAM_BANDWIDTH_KBPS_KEY = "mMinEntryUpstreamBandwidthKbps"; field in VcnUnderlyingNetworkTemplate
186 result.putInt(MIN_ENTRY_UPSTREAM_BANDWIDTH_KBPS_KEY, mMinEntryUpstreamBandwidthKbps); in toPersistableBundle()
DVcnWifiUnderlyingNetworkTemplate.java97 in.getInt(MIN_ENTRY_UPSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()
DVcnCellUnderlyingNetworkTemplate.java177 in.getInt(MIN_ENTRY_UPSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()