Searched refs:mIsImportant (Results 1 – 3 of 3) sorted by relevance
39 private boolean mIsImportant; field in Person48 mIsImportant = in.readBoolean(); in Person()58 mIsImportant = builder.mIsImportant; in Person()109 return mIsImportant; in isImportant()150 && mIsImportant == other.mIsImportant; in equals()157 return Objects.hash(mName, mIcon, mUri, mKey, mIsBot, mIsImportant); in hashCode()176 dest.writeBoolean(mIsImportant); in writeToParcel()187 private boolean mIsImportant; field in Person.Builder199 mIsImportant = person.mIsImportant; in Builder()274 mIsImportant = isImportant; in setImportant()
86 private final boolean mIsImportant; field in ManagedApplicationService162 mIsImportant = isImportant; in ManagedApplicationService()394 if (mIsImportant) { in connect()
8185 Landroid/app/Person$Builder;->mIsImportant:Z8193 Landroid/app/Person;->mIsImportant:Z