Home
last modified time | relevance | path

Searched refs:setIsBot (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppSearchShortcutPersonTest.java38 .setIsBot(true) in testBuildPersonAndGetValue()
/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutPerson.java98 .setKey(person.getKey()).setIsBot(person.isBot()) in instance()
152 public Builder setIsBot(final boolean isBot) { in setIsBot() method in AppSearchShortcutPerson.Builder