Searched refs:mIsImportant (Results 1 – 3 of 3) sorted by relevance
38 private boolean mIsImportant; field in Person47 mIsImportant = in.readBoolean(); in Person()57 mIsImportant = builder.mIsImportant; in Person()108 return mIsImportant; in isImportant()135 && mIsImportant == other.mIsImportant; in equals()142 return Objects.hash(mName, mIcon, mUri, mKey, mIsBot, mIsImportant); in hashCode()161 dest.writeBoolean(mIsImportant); in writeToParcel()172 private boolean mIsImportant; field in Person.Builder184 mIsImportant = person.mIsImportant; in Builder()259 mIsImportant = isImportant; in setImportant()
86 private final boolean mIsImportant; field in ManagedApplicationService162 mIsImportant = isImportant; in ManagedApplicationService()393 if (mIsImportant) { in connect()
8188 Landroid/app/Person$Builder;->mIsImportant:Z8196 Landroid/app/Person;->mIsImportant:Z