OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERACTIVE_COMMAND
(Results
1 - 3
of
3
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterPropertyNames.java
48
public static final String
INTERACTIVE_COMMAND
= "interactiveCommand";
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java
59
String interactiveCommand = data.get(
INTERACTIVE_COMMAND
);
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java
141
values.put(InterpreterPropertyNames.
INTERACTIVE_COMMAND
, mDescriptor
Completed in 321 milliseconds