Searched refs:INSTALLED_PREFERENCE_KEY (Results 1 – 5 of 5) sorted by relevance
58 public static final String INSTALLED_PREFERENCE_KEY = "SL4A.interpreter.installed"; field
201 editor.putBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, isInstalled); in setInstalled()208 mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in checkInstalled()
135 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
303 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
124 return mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInterpreterInstalled()