Searched refs:PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR (Results 1 – 2 of 2) sorted by relevance
42 …public final static String PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR = AdtPlugin.PLUGIN_ID + ".f… field in AdtPrefs195 if (property == null || PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR.equals(property)) { in loadValues()197 mStore.getBoolean(PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR); in loadValues()502 store.setDefault(PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR, true); in initializeStoreWithDefaults()
77 addField(new BooleanFieldEditor(AdtPrefs.PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR, in createFieldEditors()