Searched refs:PERSON_PROPERTY_IS_BOT (Results 1 – 1 of 1) sorted by relevance
75 public static final String PERSON_PROPERTY_IS_BOT = "isBot"; field in Person197 new AppSearchSchema.BooleanPropertyConfig.Builder(PERSON_PROPERTY_IS_BOT) in createSchema()308 return getPropertyBoolean(PERSON_PROPERTY_IS_BOT); in isBot()422 setPropertyBoolean(PERSON_PROPERTY_IS_BOT, isBot); in setIsBot()