Searched refs:resolvedBundle (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 467 private void resolvedDownloadResolvableErrors(int cardId, Bundle resolvedBundle, in resolvedDownloadResolvableErrors() argument 472 if (!resolvedBundle.getBoolean(EuiccService.EXTRA_RESOLUTION_ALLOW_POLICY_RULES)) { in resolvedDownloadResolvableErrors() 477 confirmationCode = resolvedBundle.getString( in resolvedDownloadResolvableErrors() 492 resolvedBundle.getInt(EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in resolvedDownloadResolvableErrors() 498 resolvedBundle, in resolvedDownloadResolvableErrors()
|
D | EuiccController.java | 530 boolean switchAfterDownload, String callingPackage, Bundle resolvedBundle, in downloadSubscription() argument 538 resolvedBundle, callbackIntent); in downloadSubscription() 622 Bundle resolvedBundle, PendingIntent callbackIntent) { in downloadSubscription() argument 672 switchAfterDownload, forceDeactivateSim, callingPackage, resolvedBundle, in downloadSubscription() 799 Bundle resolvedBundle, final PendingIntent callbackIntent) { in downloadSubscriptionPrivilegedCheckMetadata() argument 813 Bundle resolvedBundle, final PendingIntent callbackIntent) { in downloadSubscriptionPrivileged() argument 822 resolvedBundle, in downloadSubscriptionPrivileged() 831 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivileged() argument 840 resolvedBundle, in downloadSubscriptionPrivileged()
|
D | EuiccConnector.java | 491 boolean forceDeactivateSim, Bundle resolvedBundle, DownloadCommandCallback callback) { in downloadSubscription() argument 496 request.mResolvedBundle = resolvedBundle; in downloadSubscription()
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccService.java | 571 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription() argument 601 boolean forceDeactivateSim, @NonNull Bundle resolvedBundle) { in onDownloadSubscription() argument 811 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription() argument 820 forceDeactivateSim, resolvedBundle); in downloadSubscription() 827 forceDeactivateSim, resolvedBundle); in downloadSubscription()
|
D | IEuiccService.aidl | 40 boolean switchAfterDownload, boolean forceDeactivateSim, in Bundle resolvedBundle, in downloadSubscription() argument
|
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccController.aidl | 39 boolean switchAfterDownload, String callingPackage, in Bundle resolvedBundle, in downloadSubscription() argument
|