HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_INTERPRETER_REMOVED (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java 47 public static final String ACTION_INTERPRETER_REMOVED =
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 202 } else if (action.equals(InterpreterConstants.ACTION_INTERPRETER_REMOVED)
219 filter.addAction(InterpreterConstants.ACTION_INTERPRETER_REMOVED);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 160 intent.setAction(InterpreterConstants.ACTION_INTERPRETER_REMOVED);

Completed in 68 milliseconds