Home
last modified time | relevance | path

Searched refs:ACTION_INTERPRETER_REMOVED (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterConstants.java47 public static final String ACTION_INTERPRETER_REMOVED = field
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java202 } else if (action.equals(InterpreterConstants.ACTION_INTERPRETER_REMOVED) in onReceive()
219 filter.addAction(InterpreterConstants.ACTION_INTERPRETER_REMOVED); in InterpreterConfiguration()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java160 intent.setAction(InterpreterConstants.ACTION_INTERPRETER_REMOVED); in broadcastInstallationStateChange()