Searched refs:forceDeactivateSim (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/euicc/
H A DIEuiccService.aidl37 boolean switchAfterDownload, boolean forceDeactivateSim,
40 boolean forceDeactivateSim, in IGetDownloadableSubscriptionMetadataCallback callback);
45 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim,
49 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim,
H A DEuiccService.java265 * @param forceDeactivateSim If true, and if an active SIM must be deactivated to access the
272 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim);
279 * @param forceDeactivateSim If true, and if an active SIM must be deactivated to access the
286 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); argument
295 * @param forceDeactivateSim If true, and if an active SIM must be deactivated to access the
304 boolean forceDeactivateSim);
346 * @param forceDeactivateSim If true, and if an active SIM must be deactivated to access the
354 boolean forceDeactivateSim);
404 boolean switchAfterDownload, boolean forceDeactivateSim,
410 slotId, subscription, switchAfterDownload, forceDeactivateSim);
271 onGetDownloadableSubscriptionMetadata( int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim) argument
302 onDownloadSubscription(int slotId, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim) argument
353 onSwitchToSubscription(int slotId, @Nullable String iccid, boolean forceDeactivateSim) argument
403 downloadSubscription(int slotId, DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, IDownloadSubscriptionCallback callback) argument
471 getDownloadableSubscriptionMetadata(int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim, IGetDownloadableSubscriptionMetadataCallback callback) argument
491 getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, IGetDefaultDownloadableSubscriptionListCallback callback) argument
557 switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim, ISwitchToSubscriptionCallback callback) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccController.java223 subscription, false /* forceDeactivateSim */, callingPackage, callbackIntent);
227 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) {
235 subscription, forceDeactivateSim,
306 false /* forceDeactivateSim */, callbackIntent);
310 boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim,
321 forceDeactivateSim, callingPackage, callbackIntent);
327 forceDeactivateSim,
329 switchAfterDownload, callingPackage, forceDeactivateSim,
342 String callingPackage, boolean forceDeactivateSim,
346 mForceDeactivateSim = forceDeactivateSim;
226 getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, boolean forceDeactivateSim, 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
542 getDefaultDownloadableSubscriptionList( boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) argument
696 switchToSubscription(int subscriptionId, boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) argument
756 switchToSubscriptionPrivileged(final long callingToken, int subscriptionId, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
768 switchToSubscriptionPrivileged(final long callingToken, int subscriptionId, @Nullable String iccid, boolean forceDeactivateSim, final String callingPackage, final PendingIntent callbackIntent) argument
[all...]
H A DEuiccConnector.java413 boolean forceDeactivateSim, GetMetadataCommandCallback callback) {
417 request.mForceDeactivateSim = forceDeactivateSim;
425 boolean switchAfterDownload, boolean forceDeactivateSim,
430 request.mForceDeactivateSim = forceDeactivateSim;
442 boolean forceDeactivateSim, GetDefaultListCommandCallback callback) {
444 request.mForceDeactivateSim = forceDeactivateSim;
466 public void switchToSubscription(@Nullable String iccid, boolean forceDeactivateSim, argument
470 request.mForceDeactivateSim = forceDeactivateSim;
412 getDownloadableSubscriptionMetadata(DownloadableSubscription subscription, boolean forceDeactivateSim, GetMetadataCommandCallback callback) argument
424 downloadSubscription(DownloadableSubscription subscription, boolean switchAfterDownload, boolean forceDeactivateSim, DownloadCommandCallback callback) argument
441 getDefaultDownloadableSubscriptionList( boolean forceDeactivateSim, GetDefaultListCommandCallback callback) argument

Completed in 85 milliseconds