Searched refs:childState (Results 1 – 2 of 2) sorted by relevance
131 int childState = child.getSelectionState(); in setParentDefaultModuleSettings() local135 if ( childState != PackageDescription.IGNORE) { in setParentDefaultModuleSettings()139 …if (( childState == PackageDescription.INSTALL) || ( childState == PackageDescription.INSTALL_SOME… in setParentDefaultModuleSettings()148 state = childState; in setParentDefaultModuleSettings()150 …} else if ((state != childState) && (childState != PackageDescription.IGNORE) && (childState != Pa… in setParentDefaultModuleSettings()
136 int childState = childInfo.getState(); in updateState() local139 state = childState; in updateState()140 } else if ((state != childState) && (childState != PackageDescription.IGNORE)) { in updateState()
Completed in 15 milliseconds