Home
last modified time | relevance | path

Searched refs:EXTRA_RESULT (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DActivityResultFacade.java37 + "startActivityForResult(), the resulting intent will contain " + Constants.EXTRA_RESULT
56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue()); in setResultBoolean()
68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue()); in setResultByte()
80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue()); in setResultShort()
92 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.charValue()); in setResultChar()
104 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.intValue()); in setResultInteger()
116 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.longValue()); in setResultLong()
128 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.floatValue()); in setResultFloat()
140 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.doubleValue()); in setResultDouble()
152 mResult.putExtra(Constants.EXTRA_RESULT, resultValue); in setResultString()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java50 String EXTRA_RESULT = field