Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/
H A DVcnCellUnderlyingNetworkTemplate.java29 import static com.android.server.vcn.util.PersistableBundleUtils.INTEGER_SERIALIZER;
243 new ArrayList<>(mAllowedSpecificCarrierIds), INTEGER_SERIALIZER); in toPersistableBundle()
248 mCapabilitiesMatchCriteria, INTEGER_SERIALIZER, INTEGER_SERIALIZER); in toPersistableBundle()
H A DVcnConfig.java24 import static com.android.server.vcn.util.PersistableBundleUtils.INTEGER_SERIALIZER;
222 new ArrayList<>(mRestrictedTransports), INTEGER_SERIALIZER); in toPersistableBundle()
H A DVcnGatewayConnectionConfig.java513 PersistableBundleUtils.INTEGER_SERIALIZER); in toPersistableBundle()
521 PersistableBundleUtils.INTEGER_SERIALIZER); in toPersistableBundle()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DPersistableBundleUtilsTest.java210 PersistableBundleUtils.INTEGER_SERIALIZER.toPersistableBundle(testInt); in testIntegerConversionLossless()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java85 public static final Serializer<Integer> INTEGER_SERIALIZER = field in PersistableBundleUtils