Searched refs:EXTRA_RESULT (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ActivityResultFacade.java | 37 + "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/ |
D | Constants.java | 50 String EXTRA_RESULT = field
|