Searched refs:mNotInCallRequired (Results 1 – 1 of 1) sorted by relevance
5056 private final boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints5066 private boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints.Builder5129 mNotInCallRequired = true; in setNotInCallRequired()5139 mAppNotInteractingRequired, mAppNotTopVisibleRequired, mNotInCallRequired); in build()5174 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()5201 return mNotInCallRequired; in isNotInCallRequired()5221 && mNotInCallRequired == that.mNotInCallRequired; in equals()5235 _hash = 31 * _hash + Boolean.hashCode(mNotInCallRequired); in hashCode()5250 if (mNotInCallRequired) flg |= 0x10; in writeToParcel()5276 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()