Searched defs:switchAfterDownload (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/euicc/
H A DEuiccService.java293 * @param switchAfterDownload If true, the subscription should be enabled upon successful
303 DownloadableSubscription subscription, boolean switchAfterDownload,
404 boolean switchAfterDownload, boolean forceDeactivateSim,
410 slotId, subscription, switchAfterDownload, forceDeactivateSim);
302 onDownloadSubscription(int slotId, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim) argument
403 downloadSubscription(int slotId, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, IDownloadSubscriptionCallback callback) argument
/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java326 * @param switchAfterDownload if true, the profile will be activated upon successful download.
331 boolean switchAfterDownload, PendingIntent callbackIntent) {
337 getIEuiccController().downloadSubscription(subscription, switchAfterDownload,
330 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, PendingIntent callbackIntent) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccOperation.java102 subscription, 0 /* subscriptionId */, false /* switchAfterDownload */,
112 DownloadableSubscription subscription, boolean switchAfterDownload,
115 subscription, 0 /* subscriptionId */, switchAfterDownload, callingPackage);
124 DownloadableSubscription subscription, boolean switchAfterDownload,
127 subscription, 0 /* subscriptionId */, switchAfterDownload, callingPackage);
135 DownloadableSubscription subscription, boolean switchAfterDownload,
138 subscription, 0 /* subscriptionId */, switchAfterDownload, callingPackage);
144 false /* switchAfterDownload */, callingPackage);
151 false /* switchAfterDownload */, callingPackage);
158 false /* switchAfterDownload */, callingPackag
111 forDownloadDeactivateSim(long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage) argument
123 forDownloadNoPrivileges(long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage) argument
134 forDownloadConfirmationCode(long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage) argument
161 EuiccOperation(@ction int action, long callingToken, @Nullable DownloadableSubscription downloadableSubscription, int subscriptionId, boolean switchAfterDownload, String callingPackage) argument
[all...]
H A DEuiccController.java304 boolean switchAfterDownload, String callingPackage, PendingIntent callbackIntent) {
305 downloadSubscription(subscription, switchAfterDownload, callingPackage,
310 boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim,
320 downloadSubscriptionPrivileged(token, subscription, switchAfterDownload,
329 switchAfterDownload, callingPackage, forceDeactivateSim,
341 DownloadableSubscription subscription, boolean switchAfterDownload,
345 mSwitchAfterDownload = switchAfterDownload;
431 DownloadableSubscription subscription, boolean switchAfterDownload,
436 switchAfterDownload,
455 if (!switchAfterDownload) {
303 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, PendingIntent callbackIntent) argument
309 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, PendingIntent callbackIntent) argument
340 DownloadSubscriptionGetMetadataCommandCallback(long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, PendingIntent callbackIntent) argument
430 downloadSubscriptionPrivileged(final long callingToken, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
[all...]
H A DEuiccConnector.java425 boolean switchAfterDownload, boolean forceDeactivateSim,
429 request.mSwitchAfterDownload = switchAfterDownload;
424 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, DownloadCommandCallback callback) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java386 SUBSCRIPTION, true /* switchAfterDownload */, false /* complete */,
396 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */,
405 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */,
416 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */,
427 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, true /* complete */,
430 // switchAfterDownload = true so no refresh should occur.
437 callDownloadSubscription(SUBSCRIPTION, false /* switchAfterDownload */, true /* complete */,
448 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, true /* complete */,
463 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, true /* complete */,
479 callDownloadSubscription(SUBSCRIPTION, true /* switchAfterDownload */, tru
965 callDownloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, final boolean complete, final int result, String callingPackage) argument
[all...]

Completed in 231 milliseconds