Searched refs:TYPE_SP (Results 1 – 4 of 4) sorted by relevance
389 byte[] serialized = PersistentData.toBytes(PersistentData.TYPE_SP, SOME_USER_ID, in testPersistentData_serializeUnserialize()393 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_serializeUnserialize()426 assertEquals(PersistentData.TYPE_SP, deserialized.type); in testPersistentData_unserialize_version1()434 assertEquals(1, PersistentData.TYPE_SP); in testPersistentData_unserialize_version1()
685 if (persistentData.type == PersistentData.TYPE_SP) { in verifyFrpCredential()728 mStorage.writePersistentDataBlock(PersistentData.TYPE_SP, userId, requestedQuality, in synchronizeFrpPassword()
652 public static final int TYPE_SP = 1; field in LockSettingsStorage.PersistentData
2471 return type == PersistentData.TYPE_SP || type == PersistentData.TYPE_SP_WEAVER; in isSyntheticPasswordBasedCredentialLocked()