Home
last modified time | relevance | path

Searched refs:resolvedBundle (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java435 private void resolvedDownloadResolvableErrors(int cardId, Bundle resolvedBundle, in resolvedDownloadResolvableErrors() argument
440 if (!resolvedBundle.getBoolean(EuiccService.EXTRA_RESOLUTION_ALLOW_POLICY_RULES)) { in resolvedDownloadResolvableErrors()
445 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors()
464 resolvedBundle, in resolvedDownloadResolvableErrors()
DEuiccController.java446 boolean switchAfterDownload, String callingPackage, Bundle resolvedBundle, in downloadSubscription() argument
449 false /* forceDeactivateSim */, resolvedBundle, callbackIntent); in downloadSubscription()
533 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription() argument
543 forceDeactivateSim, callingPackage, resolvedBundle, callbackIntent); in downloadSubscription()
659 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivilegedCheckMetadata() argument
670 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivileged() argument
677 resolvedBundle, in downloadSubscriptionPrivileged()
DEuiccConnector.java455 Bundle resolvedBundle, DownloadCommandCallback callback) { in downloadSubscription() argument
460 request.mResolvedBundle = resolvedBundle; in downloadSubscription()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccService.java508 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription() argument
660 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription() argument
670 resolvedBundle); in downloadSubscription()
DIEuiccService.aidl39 boolean switchAfterDownload, boolean forceDeactivateSim, in Bundle resolvedBundle, in downloadSubscription() argument
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl38 boolean switchAfterDownload, String callingPackage, in Bundle resolvedBundle, in downloadSubscription() argument