Searched refs:TYPE_SP (Results 1 – 4 of 4) sorted by relevance
388 byte[] serialized = PersistentData.toBytes(PersistentData.TYPE_SP, SOME_USER_ID, in testPersistentData_serializeUnserialize()392 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_serializeUnserialize()425 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_unserialize_version1()433 assertEquals(1, PersistentData.TYPE_SP); in testPersistentData_unserialize_version1()
662 if (persistentData.type == PersistentData.TYPE_SP) { in verifyFrpCredential()705 mStorage.writePersistentDataBlock(PersistentData.TYPE_SP, userId, requestedQuality, in synchronizeFrpPassword()
650 public static final int TYPE_SP = 1; field in LockSettingsStorage.PersistentData
2319 return type == PersistentData.TYPE_SP || type == PersistentData.TYPE_SP_WEAVER; in isSyntheticPasswordBasedCredentialLocked()