Home
last modified time | relevance | path

Searched refs:INSTALLED_PREFERENCE_KEY (Results 1 – 5 of 5) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java199 editor.putBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, isInstalled); in setInstalled()
206 mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in checkInstalled()
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterConstants.java56 public static final String INSTALLED_PREFERENCE_KEY = "SL4A.interpreter.installed"; field
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterUninstaller.java133 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
DInterpreterInstaller.java301 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInstalled()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java123 return mPreferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false); in isInterpreterInstalled()