Searched refs:isBot (Results 1 – 3 of 3) sorted by relevance
46 boolean isBot = true; in testBuilder()88 .setIsBot(isBot) in testBuilder()108 assertThat(person.isBot()).isEqualTo(isBot); in testBuilder()
52 boolean isBot = true; in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()79 .setIsBot(isBot) in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()298 boolean isBot = true; in testGenerateFingerprintStringForPerson()342 .setIsBot(isBot) in testGenerateFingerprintStringForPerson()
307 public boolean isBot() { in isBot() method in Person421 public Builder setIsBot(boolean isBot) { in setIsBot() argument422 setPropertyBoolean(PERSON_PROPERTY_IS_BOT, isBot); in setIsBot()