Searched refs:setBot (Results 1 – 16 of 16) sorted by relevance
42 .setBot(false) in testBuildShortcutAndGetValue()
75 .setBot(false) in addInboxShortcut()
117 .setBot(true) in getNotificationBuilder()
118 .setBot(getPropertyBoolean(KEY_IS_BOT)) in toPerson()
303 public Person.Builder setBot(boolean isBot) { in setBot() method in Person.Builder
348 .setBot(true); in notificationDataEntry_testIsLastMessageFromReply()380 .setBot(true); in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash()
69 .setBot(false)
110 .setBot(false)
1375 new Person.Builder().setName("Bot").setBot(true).build() in testIsConversation_shortcutHasOneBot_targetsR()1388 new Person.Builder().setName("Person").setBot(false).build() in testIsConversation_shortcutHasOnePerson_targetsR()1402 new Person.Builder().setName("Bot").setBot(true).build(), in testIsConversation_shortcutHasOneBotOnePerson_targetsR()1403 new Person.Builder().setName("Person").setBot(false).build() in testIsConversation_shortcutHasOneBotOnePerson_targetsR()
2277 builder.setName(name).setUri(uri).setKey(key).setBot(isBot).setImportant(isImportant); in parsePerson()
180 .setBot(false)
1710 .setBot(isBot) in buildPerson()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2429 HSPLandroid/app/Person$Builder;->setBot(Z)Landroid/app/Person$Builder;
7194 method @NonNull public android.app.Person.Builder setBot(boolean);