Lines Matching defs:result

410      * canned result returned.
434 * @param result A canned result to return if the monitor is hit; can
437 * start (returning its canned result) or let the call
443 IntentFilter which, ActivityResult result, boolean block) {
446 mResult = result;
455 * @param result A canned result to return if the monitor is hit; can
458 * start (returning its canned result) or let the call
464 String cls, ActivityResult result, boolean block) {
467 mResult = result;
479 * Retrieve the result associated with this ActivityMonitor, or null if
609 * @param result A canned result to return if the monitor is hit; can
612 * start (returning its canned result) or let the call
621 IntentFilter filter, ActivityResult result, boolean block) {
622 ActivityMonitor am = new ActivityMonitor(filter, result, block);
632 * @param result A canned result to return if the monitor is hit; can
635 * start (returning its canned result) or let the call
644 String cls, ActivityResult result, boolean block) {
645 ActivityMonitor am = new ActivityMonitor(cls, result, block);
852 * its display as a result, it may still be in the process of doing that.
892 * to update its display as a result, it may still be in the process of
912 * to update its display as a result, it may still be in the process of
1275 * Description of a Activity execution result to return to the original
1280 * Create a new activity result. See {@link Activity#setResult} for
1283 * @param resultCode The result code to propagate back to the
1294 * Retrieve the result code contained in this result.
1301 * Retrieve the data contained in this result.
1320 * activity action but still return the result the application is
1324 * class. Note that an application is only expecting a result if
1336 * any result); may be null if this call is not being made
1339 * @param requestCode Identifier for this request's result; less than zero
1340 * if the caller is not expecting a result.
1342 * @return To force the return of a particular result, return an
1374 int result = ActivityManagerNative.getDefault()
1379 checkStartActivityResult(result, intent);
1416 "FORWARD_RESULT_FLAG used while also requesting a result");