Searched refs:forceDeactivateSim (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccService.java | 507 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata() argument 525 boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata() argument 542 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); in onGetDefaultDownloadableSubscriptionList() argument 571 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription() argument 601 boolean forceDeactivateSim, @NonNull Bundle resolvedBundle) { in onDownloadSubscription() argument 626 boolean forceDeactivateSim) { in onDownloadSubscription() argument 680 @Nullable String iccid, boolean forceDeactivateSim); in onSwitchToSubscription() argument 698 @Nullable String iccid, boolean forceDeactivateSim) { in onSwitchToSubscriptionWithPort() argument 811 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription() argument 820 forceDeactivateSim, resolvedBundle); in downloadSubscription() [all …]
|
D | IEuiccService.aidl | 40 boolean switchAfterDownload, boolean forceDeactivateSim, in Bundle resolvedBundle, in downloadSubscription() argument 44 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata() argument 50 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList() argument 54 void switchToSubscription(int slotId, int portIndex, String iccid, boolean forceDeactivateSim, in switchToSubscription() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 450 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() argument 460 false /* switchAfterDownload */, forceDeactivateSim, in getDownloadableSubscriptionMetadata() 621 boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, in downloadSubscription() argument 663 + forceDeactivateSim + " callingPackage: " + callingPackage in downloadSubscription() 672 switchAfterDownload, forceDeactivateSim, callingPackage, resolvedBundle, in downloadSubscription() 692 subscription, switchAfterDownload, forceDeactivateSim, in downloadSubscription() 694 switchAfterDownload, callingPackage, forceDeactivateSim, in downloadSubscription() 724 String callingPackage, boolean forceDeactivateSim, in DownloadSubscriptionGetMetadataCommandCallback() argument 728 mForceDeactivateSim = forceDeactivateSim; in DownloadSubscriptionGetMetadataCommandCallback() 798 boolean switchAfterDownload, boolean forceDeactivateSim, final String callingPackage, in downloadSubscriptionPrivilegedCheckMetadata() argument [all …]
|
D | EuiccConnector.java | 476 boolean forceDeactivateSim, GetMetadataCommandCallback callback) { in getDownloadableSubscriptionMetadata() argument 480 request.mForceDeactivateSim = forceDeactivateSim; in getDownloadableSubscriptionMetadata() 491 boolean forceDeactivateSim, Bundle resolvedBundle, DownloadCommandCallback callback) { in downloadSubscription() argument 495 request.mForceDeactivateSim = forceDeactivateSim; in downloadSubscription() 509 boolean forceDeactivateSim, GetDefaultListCommandCallback callback) { in getDefaultDownloadableSubscriptionList() argument 511 request.mForceDeactivateSim = forceDeactivateSim; in getDefaultDownloadableSubscriptionList() 534 boolean forceDeactivateSim, SwitchCommandCallback callback, boolean usePortIndex) { in switchToSubscription() argument 537 request.mForceDeactivateSim = forceDeactivateSim; in switchToSubscription()
|