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

  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 67 public static final String EXTRA_API_PROMPT_VALUES =
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java 62 mValues = getIntent().getStringArrayExtra(Constants.EXTRA_API_PROMPT_VALUES);
70 intent.putExtra(Constants.EXTRA_API_PROMPT_VALUES, mValues);
ApiBrowser.java 233 intent.putExtra(Constants.EXTRA_API_PROMPT_VALUES, values);
252 String[] values = data.getStringArrayExtra(Constants.EXTRA_API_PROMPT_VALUES);

Completed in 640 milliseconds