Searched refs:isCustomInstallation (Results 1 – 3 of 3) sorted by relevance
45 static private boolean isCustomInstallation = false; /* custom or typical? */ field in InstallData140 isCustomInstallation = true; in setInstallationType()145 isCustomInstallation = false; in setInstallationType()504 public boolean isCustomInstallation() { in isCustomInstallation() method in InstallData505 return isCustomInstallation; in isCustomInstallation()
61 …if (( installData.isCustomInstallation() ) && ( ! installData.isMaskedCompleteUninstallation() )) { in beforeShow()
234 if (( parent.getName() == "" ) && ( data.isCustomInstallation() )) { in setHiddenModuleSettingsUninstall()
Completed in 14 milliseconds