Searched refs:hiddenUntilInstalled (Results 1 – 5 of 5) sorted by relevance
48 private boolean hiddenUntilInstalled; field in PackageStateUnserialized132 this.hiddenUntilInstalled = other.hiddenUntilInstalled; in updateFrom()165 hiddenUntilInstalled = value; in setHiddenUntilInstalled()241 return hiddenUntilInstalled; in isHiddenUntilInstalled()
38 PackageStateWrite setHiddenUntilInstalled(boolean hiddenUntilInstalled); in setHiddenUntilInstalled() argument
1452 public boolean hiddenUntilInstalled; field in ApplicationInfo2011 hiddenUntilInstalled = orig.hiddenUntilInstalled; in ApplicationInfo()2105 dest.writeInt(hiddenUntilInstalled ? 1 : 0); in writeToParcel()2208 hiddenUntilInstalled = source.readInt() != 0; in ApplicationInfo()
656 && appInfo != null && appInfo.hiddenUntilInstalled) { in checkUseInstalledOrHidden()
474 info.hiddenUntilInstalled = pkgState.isHiddenUntilInstalled(); in generateApplicationInfo()865 && appInfo != null && appInfo.hiddenUntilInstalled) { in checkUseInstalledOrHidden()