Searched refs:creationTimestamp (Results 1 – 8 of 8) sorted by relevance
36 long creationTimestamp = 12345L; in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded() local85 creationTimestamp).buildPerson(); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()87 creationTimestamp).buildPerson(); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()101 assertThat(person.getCreationTimestampMillis()).isEqualTo(creationTimestamp); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()102 assertThat(personSame.getCreationTimestampMillis()).isEqualTo(creationTimestamp); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()110 long creationTimestamp = 12345L; in testFingerprintGeneration_forEachPropertyType_string() local118 .setCreationTimestampMillis(creationTimestamp) in testFingerprintGeneration_forEachPropertyType_string()140 long creationTimestamp = 12345L; in testFingerprintGeneration_forEachPropertyType_boolean() local148 personBuilder).setCreationTimestampMillis(creationTimestamp).buildPerson(); in testFingerprintGeneration_forEachPropertyType_boolean()151 creationTimestamp).buildPerson(); in testFingerprintGeneration_forEachPropertyType_boolean()[all …]
85 @NonNull Instant creationTimestamp, in create() argument88 Objects.requireNonNull(creationTimestamp); in create()95 .setCreationTimestamp(creationTimestamp) in create()123 public abstract Builder setCreationTimestamp(@NonNull Instant creationTimestamp); in setCreationTimestamp() argument
80 @NonNull Instant creationTimestamp, in DBAdSelectionEntry() argument89 this.mCreationTimestamp = creationTimestamp; in DBAdSelectionEntry()282 public DBAdSelectionEntry.Builder setCreationTimestamp(@NonNull Instant creationTimestamp) { in setCreationTimestamp() argument283 Objects.requireNonNull(creationTimestamp); in setCreationTimestamp()284 this.mCreationTimestamp = creationTimestamp; in setCreationTimestamp()
82 long creationTimestamp) { in create() argument88 .setCreationTimestamp(creationTimestamp) in create()115 public abstract Builder setCreationTimestamp(long creationTimestamp); in setCreationTimestamp() argument
97 @NonNull Instant creationTimestamp, in DBAdSelection() argument109 this.mCreationTimestamp = creationTimestamp; in DBAdSelection()308 public DBAdSelection.Builder setCreationTimestamp(@NonNull Instant creationTimestamp) { in setCreationTimestamp() argument309 Objects.requireNonNull(creationTimestamp); in setCreationTimestamp()310 this.mCreationTimestamp = creationTimestamp; in setCreationTimestamp()
89 Instant creationTimestamp, in create() argument95 .setCreationTimestamp(creationTimestamp) in create()120 public abstract DBCacheEntry.Builder setCreationTimestamp(Instant creationTimestamp); in setCreationTimestamp() argument
32 long creationTimestamp = 12345L; in testBuilder() local73 .setCreationTimestampMillis(creationTimestamp) in testBuilder()97 assertThat(person.getCreationTimestampMillis()).isEqualTo(creationTimestamp); in testBuilder()
295 Instant creationTimestamp = CommonFixture.FIXED_NOW; in test_view_success() local302 .setCreationTimestamp(creationTimestamp) in test_view_success()314 result.mOut, isConsented, debugToken, creationTimestamp, expiryTimestamp); in test_view_success()