Home
last modified time | relevance | path

Searched refs:KEY_RESULT_CODE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessSentMessageAction.java66 public static final String KEY_RESULT_CODE = "result_code"; field in ProcessSentMessageAction
89 params.putInt(KEY_RESULT_CODE, resultCode); in processMmsSent()
112 params.putInt(KEY_RESULT_CODE, resultCode); in processMessageSentFastFailed()
153 final int resultCode = actionParameters.getInt(KEY_RESULT_CODE); in executeAction()
187 final int resultCode = actionParameters.getInt(KEY_RESULT_CODE); in executeAction()
H A DProcessDownloadedMmsAction.java72 private static final String KEY_RESULT_CODE = "result_code"; field in ProcessDownloadedMmsAction
113 params.putInt(KEY_RESULT_CODE, resultCode); in processMessageDownloaded()
153 params.putInt(KEY_RESULT_CODE, resultCode); in processMessageDownloadFastFailed()
244 final int resultCode = actionParameters.getInt(KEY_RESULT_CODE); in doBackgroundWork()
528 final int resultCode = actionParameters.getInt(KEY_RESULT_CODE); in processResult()
H A DSendMessageAction.java297 final int resultCode = actionParameters.getInt(ProcessSentMessageAction.KEY_RESULT_CODE); in processBackgroundFailure()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java312 private static final String KEY_RESULT_CODE = "android:activity.resultCode"; field in ActivityOptions
1142 mResultCode = opts.getInt(KEY_RESULT_CODE); in ActivityOptions()
1889 b.putInt(KEY_RESULT_CODE, mResultCode); in toBundle()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1786 Landroid/app/ActivityOptions;->KEY_RESULT_CODE:Ljava/lang/String;