Searched refs:KEY_IS_BOT (Results 1 – 1 of 1) sorted by relevance
42 public static final String KEY_IS_BOT = "isBot"; field in AppSearchPerson62 ).addProperty(new AppSearchSchema.BooleanPropertyConfig.Builder(KEY_IS_BOT)101 .setBot(getPropertyBoolean(KEY_IS_BOT)) in toPerson()134 setPropertyBoolean(KEY_IS_BOT, isBot); in setIsBot()