Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/
H A DVcnWifiUnderlyingNetworkTemplate.java23 import static com.android.server.vcn.util.PersistableBundleUtils.STRING_SERIALIZER;
127 PersistableBundleUtils.fromList(new ArrayList<>(mSsids), STRING_SERIALIZER); in toPersistableBundle()
H A DVcnCellUnderlyingNetworkTemplate.java31 import static com.android.server.vcn.util.PersistableBundleUtils.STRING_SERIALIZER;
238 new ArrayList<>(mAllowedNetworkPlmnIds), STRING_SERIALIZER); in toPersistableBundle()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java100 public static final Serializer<String> STRING_SERIALIZER = field in PersistableBundleUtils
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java4887 excludedApps, PersistableBundleUtils.STRING_SERIALIZER); in storeAppExclusionList()