Home | History | Annotate | Download | only in facade

Lines Matching refs:EXTRA_RESULT

37           + "startActivityForResult(), the resulting intent will contain " + Constants.EXTRA_RESULT
56 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.booleanValue());
68 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.byteValue());
80 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.shortValue());
92 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.charValue());
104 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.intValue());
116 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.longValue());
128 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.floatValue());
140 mResult.putExtra(Constants.EXTRA_RESULT, resultValue.doubleValue());
152 mResult.putExtra(Constants.EXTRA_RESULT, resultValue);
168 mResult.putExtra(Constants.EXTRA_RESULT, array);
184 mResult.putExtra(Constants.EXTRA_RESULT, array);
200 mResult.putExtra(Constants.EXTRA_RESULT, array);
216 mResult.putExtra(Constants.EXTRA_RESULT, array);
232 mResult.putExtra(Constants.EXTRA_RESULT, array);
248 mResult.putExtra(Constants.EXTRA_RESULT, array);
264 mResult.putExtra(Constants.EXTRA_RESULT, array);
280 mResult.putExtra(Constants.EXTRA_RESULT, array);
292 mResult.putExtra(Constants.EXTRA_RESULT, resultValue);
304 mResult.putExtra(Constants.EXTRA_RESULT, resultValue);