OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasinteractivemode
(Results
1 - 6
of
6
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java
63
Boolean
hasInteractiveMode
;
65
hasInteractiveMode
= Boolean.parseBoolean(data.get(HAS_INTERACTIVE_MODE));
69
hasInteractiveMode
= true;
78
interpreter.setHasInteractiveMode(
hasInteractiveMode
);
133
protected void setHasInteractiveMode(boolean
hasInteractiveMode
) {
134
mHasInteractiveMode =
hasInteractiveMode
;
137
public boolean
hasInteractiveMode
() {
InterpreterConfiguration.java
280
if (i.isInstalled() && i.
hasInteractiveMode
()) {
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterPropertyNames.java
59
public static final String HAS_INTERACTIVE_MODE = "
hasInteractiveMode
";
InterpreterDescriptor.java
130
public boolean
hasInteractiveMode
();
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java
93
public boolean
hasInteractiveMode
() {
InterpreterProvider.java
146
.
hasInteractiveMode
()));
Completed in 197 milliseconds