Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnUnderlyingNetworkTemplate.java115 static final String MIN_EXIT_DOWNSTREAM_BANDWIDTH_KBPS_KEY = "mMinExitDownstreamBandwidthKbps"; field in VcnUnderlyingNetworkTemplate
189 result.putInt(MIN_EXIT_DOWNSTREAM_BANDWIDTH_KBPS_KEY, mMinExitDownstreamBandwidthKbps); in toPersistableBundle()
DVcnWifiUnderlyingNetworkTemplate.java103 in.getInt(MIN_EXIT_DOWNSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()
DVcnCellUnderlyingNetworkTemplate.java183 in.getInt(MIN_EXIT_DOWNSTREAM_BANDWIDTH_KBPS_KEY, DEFAULT_MIN_BANDWIDTH_KBPS); in fromPersistableBundle()