Searched refs:TYPE_SP (Results 1 – 4 of 4) sorted by relevance
426 byte[] serialized = PersistentData.toBytes(PersistentData.TYPE_SP, SOME_USER_ID, in testPersistentData_serializeUnserialize()430 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_serializeUnserialize()467 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_unserialize_version1()475 assertEquals(1, PersistentData.TYPE_SP); in testPersistentData_unserialize_version1()
802 if (persistentData.type == PersistentData.TYPE_SP) { in verifyFrpCredential()855 mStorage.writePersistentDataBlock(PersistentData.TYPE_SP, userId, requestedQuality, in synchronizeFrpPassword()
698 public static final int TYPE_SP = 1; field in LockSettingsStorage.PersistentData
1283 if (data.type != PersistentData.TYPE_SP && data.type != PersistentData.TYPE_SP_WEAVER) { in getFrpCredentialType()2886 return type == PersistentData.TYPE_SP || type == PersistentData.TYPE_SP_WEAVER; in isSyntheticPasswordBasedCredentialLocked()