OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishWithResult
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity2.java
32
finishWithResult
(result);
ResourceManagerTestActivityBase.java
150
finishWithResult
(RESULT_OK);
192
protected void
finishWithResult
(int result) {
241
finishWithResult
(RESULT_OK);
246
finishWithResult
(mWaitForReclaim ? RESULT_CANCELED : RESULT_OK);
/cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java
93
finishWithResult
(resultCode, data, null, where);
111
finishWithResult
(Activity.RESULT_OK, null);
115
finishWithResult
(Activity.RESULT_CANCELED, new Intent().setAction(error));
121
finishWithResult
(Activity.RESULT_OK, null, activity, where);
125
public void
finishWithResult
(int resultCode, Intent data) {
128
finishWithResult
(resultCode, data, null, where);
131
public void
finishWithResult
(int resultCode, Intent data, Activity activity,
227
finishWithResult
(Activity.RESULT_CANCELED, new Intent().setAction(msg));
LaunchpadActivity.java
423
finishWithResult
(resultCode, data);
428
finishWithResult
(resultCode, data);
430
finishWithResult
(RESULT_CANCELED, new Intent().setAction("Bad data returned: "
436
finishWithResult
(RESULT_CANCELED, new Intent()
518
finishWithResult
(RESULT_OK, null);
522
finishWithResult
(RESULT_CANCELED, new Intent().setAction(error));
525
private void
finishWithResult
(int resultCode, Intent data) {
/cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java
88
finishWithResult
(resultCode, data, where);
106
finishWithResult
(Activity.RESULT_OK, null);
110
finishWithResult
(Activity.RESULT_CANCELED, new Intent().setAction(error));
113
public void
finishWithResult
(int resultCode, Intent data) {
116
finishWithResult
(resultCode, data, where);
119
public void
finishWithResult
(int resultCode, Intent data, RuntimeException where) {
209
finishWithResult
(Activity.RESULT_CANCELED, new Intent().setAction(msg));
LaunchpadActivity.java
416
finishWithResult
(resultCode, data);
421
finishWithResult
(resultCode, data);
423
finishWithResult
(RESULT_CANCELED, new Intent().setAction("Bad data returned: "
429
finishWithResult
(RESULT_CANCELED, new Intent()
510
finishWithResult
(RESULT_OK, null);
514
finishWithResult
(RESULT_CANCELED, new Intent().setAction(error));
517
private void
finishWithResult
(int resultCode, Intent data) {
Completed in 672 milliseconds