Searched refs:EXTRA_RESULT_RECEIVER (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java57 * EXTRA_TARGET_ASSET_DESCRIPTOR}, and {@code EXTRA_RESULT_RECEIVER}.
94 public static final String EXTRA_RESULT_RECEIVER = field in class:DirectStatementService
191 ResultReceiver resultReceiver = extras.getParcelable(EXTRA_RESULT_RECEIVER);
194 Log.e(TAG, " Intent does not have extra " + EXTRA_RESULT_RECEIVER);
H A DIntentFilterVerificationReceiver.java126 extras.putParcelable(DirectStatementService.EXTRA_RESULT_RECEIVER,
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java295 fillIn.putExtra(Intent.EXTRA_RESULT_RECEIVER,
/frameworks/base/core/java/android/content/
H A DIntent.java3396 * <li>{@link #EXTRA_RESULT_RECEIVER} A {@link ResultReceiver} that the refinement activity
3428 public static final String EXTRA_RESULT_RECEIVER field in class:Intent

Completed in 132 milliseconds