Searched refs:mNotInCallRequired (Results 1 – 1 of 1) sorted by relevance
5003 private final boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints5013 private boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints.Builder5076 mNotInCallRequired = true; in setNotInCallRequired()5086 mAppNotInteractingRequired, mAppNotTopVisibleRequired, mNotInCallRequired); in build()5121 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()5148 return mNotInCallRequired; in isNotInCallRequired()5168 && mNotInCallRequired == that.mNotInCallRequired; in equals()5182 _hash = 31 * _hash + Boolean.hashCode(mNotInCallRequired); in hashCode()5197 if (mNotInCallRequired) flg |= 0x10; in writeToParcel()5223 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()