Searched refs:INSTALLED_PREFERENCE_KEY (Results 1 – 5 of 5) sorted by relevance
199 editor.putBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, isInstalled); in setInstalled()206 mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in checkInstalled()
56 public static final String INSTALLED_PREFERENCE_KEY = "SL4A.interpreter.installed"; field
133 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
301 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
123 return mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInterpreterInstalled()