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.java438 boolean switchAfterDownload, String callingPackage, Bundle resolvedBundle, in downloadSubscription() argument
441 false /* forceDeactivateSim */, resolvedBundle, callbackIntent); in downloadSubscription()
525 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription() argument
535 forceDeactivateSim, callingPackage, resolvedBundle, callbackIntent); in downloadSubscription()
651 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivilegedCheckMetadata() argument
662 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivileged() argument
669 resolvedBundle, in downloadSubscriptionPrivileged()
DEuiccConnector.java453 Bundle resolvedBundle, DownloadCommandCallback callback) { in downloadSubscription() argument
458 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