Searched refs:mAppNotForegroundRequired (Results 1 – 1 of 1) sorted by relevance
5000 private final boolean mAppNotForegroundRequired; field in PackageInstaller.InstallConstraints5010 private boolean mAppNotForegroundRequired; field in PackageInstaller.InstallConstraints.Builder5031 mAppNotForegroundRequired = true; in setAppNotForegroundRequired()5085 return new InstallConstraints(mDeviceIdleRequired, mAppNotForegroundRequired, in build()5118 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()5133 return mAppNotForegroundRequired; in isAppNotForegroundRequired()5165 && mAppNotForegroundRequired == that.mAppNotForegroundRequired in equals()5179 _hash = 31 * _hash + Boolean.hashCode(mAppNotForegroundRequired); in hashCode()5194 if (mAppNotForegroundRequired) flg |= 0x2; in writeToParcel()5220 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()