Searched refs:extrasIntent (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 263 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 268 extrasIntent.putExtra( in onGetMetadataComplete() 274 addResolutionIntent(extrasIntent, in onGetMetadataComplete() 282 extrasIntent.putExtra( in onGetMetadataComplete() 288 sendResult(mCallbackIntent, resultCode, extrasIntent); in onGetMetadataComplete() 355 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 356 addResolutionIntent(extrasIntent, EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in onGetMetadataComplete() 362 sendResult(mCallbackIntent, RESOLVABLE_ERROR, extrasIntent); in onGetMetadataComplete() 408 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 409 addResolutionIntent(extrasIntent, EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in onGetMetadataComplete() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 141 Intent extrasIntent, String resolutionAction, String callingPackage, in addResolutionIntent() argument 148 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() argument 152 mExtrasIntent = extrasIntent; in sendResult() 157 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult() argument 159 sendResult(callbackIntent, resultCode, extrasIntent); in refreshSubscriptionsAndSendResult()
|