OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORWARDED_RESULT
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java
92
public static final int
FORWARDED_RESULT
= 2;
296
startActivityForResult(intent,
FORWARDED_RESULT
);
425
case
FORWARDED_RESULT
:
/cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java
88
public static final int
FORWARDED_RESULT
= 2;
289
startActivityForResult(intent,
FORWARDED_RESULT
);
418
case
FORWARDED_RESULT
:
Completed in 61 milliseconds