Searched refs:setBot (Results 1 – 14 of 14) sorted by relevance
40 .setBot(false) in testBuildShortcutAndGetValue()
101 .setBot(getPropertyBoolean(KEY_IS_BOT)) in toPerson()
284 public Person.Builder setBot(boolean isBot) { in setBot() method in Person.Builder
69 .setBot(false)
111 .setBot(false)
206 .setBot(true); in notificationDataEntry_testIsLastMessageFromReply()
1177 new Person.Builder().setName("Bot").setBot(true).build() in testIsConversation_shortcutHasOneBot_targetsR()1190 new Person.Builder().setName("Person").setBot(false).build() in testIsConversation_shortcutHasOnePerson_targetsR()1204 new Person.Builder().setName("Bot").setBot(true).build(), in testIsConversation_shortcutHasOneBotOnePerson_targetsR()1205 new Person.Builder().setName("Person").setBot(false).build() in testIsConversation_shortcutHasOneBotOnePerson_targetsR()
290 .setBot(true)
1578 .setBot(isBot) in buildPerson()
175 .setBot(false)
2163 builder.setName(name).setUri(uri).setKey(key).setBot(isBot).setImportant(isImportant); in parsePerson()
2372 HSPLandroid/app/Person$Builder;->setBot(Z)Landroid/app/Person$Builder;
6402 method @NonNull public android.app.Person.Builder setBot(boolean);