Searched refs:DONT_KNOW (Results 1 – 3 of 3) sorted by relevance
57 public final static int DONT_KNOW = 7; field in PackageDescription64 private int usrSelectionState = DONT_KNOW;113 private int typicalSelectionState = DONT_KNOW; // Saving settings for typical installation114 private int customSelectionState = DONT_KNOW; // Saving settings for custom installation115 private int startSelectionState = DONT_KNOW; // Saving settings at start of installation
128 int state = PackageDescription.DONT_KNOW; in updateState()138 if ((state == PackageDescription.DONT_KNOW) || (state == PackageDescription.IGNORE)) { in updateState()
147 … if ((state == PackageDescription.DONT_KNOW) || (state == PackageDescription.IGNORE)) { in setParentDefaultModuleSettings()150 …te) && (childState != PackageDescription.IGNORE) && (childState != PackageDescription.DONT_KNOW)) { in setParentDefaultModuleSettings()
Completed in 19 milliseconds