Searched refs:hiddenUntilInstalled (Results 1 – 4 of 4) sorted by relevance
1252 public boolean hiddenUntilInstalled; field in ApplicationInfo1601 hiddenUntilInstalled = orig.hiddenUntilInstalled; in ApplicationInfo()1680 dest.writeInt(hiddenUntilInstalled ? 1 : 0); in writeToParcel()1756 hiddenUntilInstalled = source.readInt() != 0; in ApplicationInfo()
633 && appInfo != null && appInfo.hiddenUntilInstalled) { in checkUseInstalledOrHidden()
4044 !ps.pkg.applicationInfo.hiddenUntilInstalled; in createNewUserLI()
12897 pkg.applicationInfo.hiddenUntilInstalled = hidden;12905 pkg.applicationInfo.hiddenUntilInstalled = hidden;