Searched refs:extrasIntent (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 397 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 402 extrasIntent.putExtra( in onGetMetadataComplete() 408 addResolutionIntent(extrasIntent, in onGetMetadataComplete() 418 addExtrasToResultIntent(extrasIntent, result.getResult()); in onGetMetadataComplete() 422 sendResult(mCallbackIntent, resultCode, extrasIntent); in onGetMetadataComplete() 558 Intent extrasIntent = new Intent(); in downloadSubscription() local 559 addResolutionIntent(extrasIntent, EuiccService.ACTION_RESOLVE_NO_PRIVILEGES, in downloadSubscription() 565 sendResult(callbackIntent, RESOLVABLE_ERROR, extrasIntent); in downloadSubscription() 614 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local 615 addResolutionIntent(extrasIntent, EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in onGetMetadataComplete() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 148 Intent extrasIntent, String resolutionAction, String callingPackage, in addResolutionIntent() argument 156 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult() argument 160 mExtrasIntent = extrasIntent; in sendResult() 165 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult() argument 167 sendResult(callbackIntent, resultCode, extrasIntent); in refreshSubscriptionsAndSendResult()
|