Home
last modified time | relevance | path

Searched refs:mExclusive (Results 1 – 3 of 3) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionCategory.java27 private final boolean mExclusive; field in SuggestionCategory
32 this.mExclusive = builder.mExclusive; in SuggestionCategory()
41 return mExclusive; in isExclusive()
50 private boolean mExclusive; field in SuggestionCategory.Builder
59 mExclusive = exclusive; in setExclusive()
/packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/
DRoleListLiveData.java47 private final boolean mExclusive; field in RoleListLiveData
54 mExclusive = exclusive; in RoleListLiveData()
91 if (role.isExclusive() != mExclusive) { in loadValueInBackground()
103 if (mExclusive && role.getQualifyingPackagesAsUser(mUser, mContext).isEmpty()) { in loadValueInBackground()
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DRole.java92 private final boolean mExclusive; field in Role
172 mExclusive = exclusive; in Role()
202 return mExclusive; in isExclusive()
746 + ", mExclusive=" + mExclusive in toString()
766 return mExclusive == that.mExclusive in equals()
780 return Objects.hash(mName, mBehavior, mExclusive, mLabelResource, mShowNone, mSystemOnly, in hashCode()