Home
last modified time | relevance | path

Searched defs:deserialized (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java409 PersistentData deserialized = PersistentData.fromBytes(serialized); in testPersistentData_serializeUnserialize() local
418 PersistentData deserialized = PersistentData.fromBytes(null); in testPersistentData_unserializeNull() local
424 PersistentData deserialized = PersistentData.fromBytes(new byte[0]); in testPersistentData_unserializeEmptyArray() local
447 PersistentData deserialized = PersistentData.fromBytes(serializedVersion1); in testPersistentData_unserialize_version1() local
H A DSyntheticPasswordTests.java600 PasswordData deserialized = PasswordData.fromBytes(data.toBytes()); in testPasswordDataLatestVersion_serializeDeserialize() local
642 PasswordData deserialized = PasswordData.fromBytes(serialized); in testDeserializePasswordData_forPinWithLengthAvailable() local
666 PasswordData deserialized = PasswordData.fromBytes(serialized); in testDeserializePasswordData_forPinWithLengthExplicitlyUnavailable() local
695 PasswordData deserialized = PasswordData.fromBytes(serialized); in testDeserializePasswordData_forPinWithVersionNumber() local
721 PasswordData deserialized = PasswordData.fromBytes(serialized); in testDeserializePasswordData_forNoneCred() local
747 PasswordData deserialized = PasswordData.fromBytes(serialized); in testDeserializePasswordData_forPasswordOrPin() local
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DXmlUtilsTest.java46 HashMap<String, ?> deserialized = XmlUtils.readMapXml(mapInput); in testMapWithNullKeys() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java196 ParsedPackage deserialized = new PackageImpl(p); in test_serializePackage() local
213 ParsedPackage deserialized = new PackageImpl(p); in test_roundTripKnownFields() local
226 AndroidPackage deserialized = new PackageImpl(p); in test_stringInterning() local
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp927 Macro* deserialized = test::GetValue<Macro>(&new_table, "com.app.a:macro/foo"); in TEST() local