Searched refs:hiddenUntilInstalled (Results 1 – 4 of 4) sorted by relevance
1250 public boolean hiddenUntilInstalled; field in ApplicationInfo1599 hiddenUntilInstalled = orig.hiddenUntilInstalled; in ApplicationInfo()1678 dest.writeInt(hiddenUntilInstalled ? 1 : 0); in writeToParcel()1754 hiddenUntilInstalled = source.readInt() != 0; in ApplicationInfo()
645 && appInfo != null && appInfo.hiddenUntilInstalled) { in checkUseInstalledOrHidden()
4039 !ps.pkg.applicationInfo.hiddenUntilInstalled; in createNewUserLI()
13349 pkg.applicationInfo.hiddenUntilInstalled = hidden;13357 pkg.applicationInfo.hiddenUntilInstalled = hidden;