Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnCellUnderlyingNetworkTemplate.java65 private static final String ALLOWED_SPECIFIC_CARRIER_IDS_KEY = "mAllowedSpecificCarrierIds"; field in VcnCellUnderlyingNetworkTemplate
193 in.getPersistableBundle(ALLOWED_SPECIFIC_CARRIER_IDS_KEY); in fromPersistableBundle()
244 result.putPersistableBundle(ALLOWED_SPECIFIC_CARRIER_IDS_KEY, specificCarrierIdsBundle); in toPersistableBundle()