OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALLED_PREFERENCE_KEY
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java
56
public static final String
INSTALLED_PREFERENCE_KEY
= "SL4A.interpreter.installed";
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java
133
return preferences.getBoolean(InterpreterConstants.
INSTALLED_PREFERENCE_KEY
, false);
InterpreterInstaller.java
301
return preferences.getBoolean(InterpreterConstants.
INSTALLED_PREFERENCE_KEY
, false);
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java
199
editor.putBoolean(InterpreterConstants.
INSTALLED_PREFERENCE_KEY
, isInstalled);
206
mPreferences.getBoolean(InterpreterConstants.
INSTALLED_PREFERENCE_KEY
, false);
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java
123
return mPreferences.getBoolean(InterpreterConstants.
INSTALLED_PREFERENCE_KEY
, false);
Completed in 558 milliseconds