Searched refs:mNotInCallRequired (Results 1 – 1 of 1) sorted by relevance
4454 private final boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints4464 private boolean mNotInCallRequired; field in PackageInstaller.InstallConstraints.Builder4527 mNotInCallRequired = true; in setNotInCallRequired()4537 mAppNotInteractingRequired, mAppNotTopVisibleRequired, mNotInCallRequired); in build()4572 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()4599 return mNotInCallRequired; in isNotInCallRequired()4619 && mNotInCallRequired == that.mNotInCallRequired; in equals()4633 _hash = 31 * _hash + Boolean.hashCode(mNotInCallRequired); in hashCode()4648 if (mNotInCallRequired) flg |= 0x10; in writeToParcel()4674 this.mNotInCallRequired = notInCallRequired; in InstallConstraints()