Home
last modified time | relevance | path

Searched refs:extrasIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java263 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/
DEuiccControllerTest.java141 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()