Searched defs:isImportant (Results 1 – 7 of 7) sorted by relevance
108 public boolean isImportant() { in isImportant() method in Person273 public Person.Builder setImportant(boolean isImportant) { in setImportant()
28 val isImportant: Boolean, constant in com.android.systemui.people.data.model.PeopleTileModel
159 public Builder setIsImportant(final boolean isImportant) { in setIsImportant()
154 BinderChecker binderChecker, boolean isImportant, int retryType, Handler handler, in ManagedApplicationService()215 boolean isImportant, int retryType, @NonNull Handler handler, in build()
81 val isImportant = isImportantConversation(entry) in <lambda>() constant
204 public boolean isImportant() { in isImportant() method in ConversationInfo
1707 private Person buildPerson(boolean isImportant, boolean isBot) { in buildPerson()