Searched refs:keystore_migration_time (Results 1 – 8 of 8) sorted by relevance
76 base::Time keystore_migration_time; member
269 StringSyncStat keystore_migration_time(section_encryption, in ConstructAboutInformation() local389 keystore_migration_time.SetValue( in ConstructAboutInformation()390 GetTimeStr(full_status.keystore_migration_time, "Not Migrated")); in ConstructAboutInformation()
344 return is_status_valid && !status.keystore_migration_time.is_null(); in IsSyncKeystoreMigrationDone()
152 status_.keystore_migration_time = migration_time; in SetKeystoreMigrationTime()
111 optional int64 keystore_migration_time = 32; field
651 SET_INT64(keystore_migration_time); in NigoriSpecificsToValue()
862 migration_time_ = ProtoTimeToTime(nigori.keystore_migration_time()); in ApplyNigoriUpdateImpl()
152 EXPECT_EQ(migration_time, nigori.keystore_migration_time()); in VerifyMigratedNigoriWithTimestamp()