Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java5113 boolean appNotForegroundRequired, in InstallConstraints() argument
5118 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()
5214 boolean appNotForegroundRequired = (flg & 0x2) != 0; in InstallConstraints()
5220 this.mAppNotForegroundRequired = appNotForegroundRequired; in InstallConstraints()