Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java4564 boolean appNotForegroundRequired, in InstallConstraints() argument
4569 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()
4665 boolean appNotForegroundRequired = (flg & 0x2) != 0; in InstallConstraints()
4671 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()