OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_RESULT
(Results
1 - 6
of
6
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ActivityResultFacade.java
38
+ "startActivityForResult(), the resulting intent will contain " + Constants.
EXTRA_RESULT
57
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.booleanValue());
69
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.byteValue());
81
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.shortValue());
93
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.charValue());
105
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.intValue());
117
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.longValue());
129
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.floatValue());
141
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue.doubleValue());
153
mResult.putExtra(Constants.
EXTRA_RESULT
, resultValue)
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java
49
public static final String
EXTRA_RESULT
= "SCRIPT_RESULT";
/frameworks/base/core/java/android/provider/
DocumentsContract.java
629
public static final String
EXTRA_RESULT
= "result";
[
all
...]
DocumentsProvider.java
748
DocumentsContract.
EXTRA_RESULT
,
[
all
...]
/packages/apps/Settings/src/com/android/settings/
TetherService.java
54
public static final String
EXTRA_RESULT
= "EntitlementResult";
344
int result = intent.getIntExtra(
EXTRA_RESULT
, RESULT_DEFAULT);
/packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java
418
responseIntent.putExtra(TetherService.
EXTRA_RESULT
, response);
Completed in 108 milliseconds