Home
last modified time | relevance | path

Searched refs:isBot (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java46 boolean isBot = true; in testBuilder()
88 .setIsBot(isBot) in testBuilder()
108 assertThat(person.isBot()).isEqualTo(isBot); in testBuilder()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java52 boolean isBot = true; in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
79 .setIsBot(isBot) in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
298 boolean isBot = true; in testGenerateFingerprintStringForPerson()
342 .setIsBot(isBot) in testGenerateFingerprintStringForPerson()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java307 public boolean isBot() { in isBot() method in Person
421 public Builder setIsBot(boolean isBot) { in setIsBot() argument
422 setPropertyBoolean(PERSON_PROPERTY_IS_BOT, isBot); in setIsBot()