OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_EDIT_SCRIPT
(Results
1 - 3
of
3
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java
31
public static final String
ACTION_EDIT_SCRIPT
=
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java
324
Intent intent = new Intent(Constants.
ACTION_EDIT_SCRIPT
);
417
Intent i = new Intent(Constants.
ACTION_EDIT_SCRIPT
);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java
629
Intent intent = new Intent(Constants.
ACTION_EDIT_SCRIPT
);
[
all
...]
Completed in 615 milliseconds