Searched defs:forceDeactivateSim (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | EuiccService.java | 504 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata() 522 boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata() 539 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); in onGetDefaultDownloadableSubscriptionList() 568 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription() 598 boolean forceDeactivateSim, @NonNull Bundle resolvedBundle) { in onDownloadSubscription() 623 boolean forceDeactivateSim) { in onDownloadSubscription() 677 @Nullable String iccid, boolean forceDeactivateSim); in onSwitchToSubscription() 695 @Nullable String iccid, boolean forceDeactivateSim) { in onSwitchToSubscriptionWithPort() 794 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription() 874 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata() [all …]
|
H A D | IEuiccService.aidl | 39 boolean switchAfterDownload, boolean forceDeactivateSim, in Bundle resolvedBundle, in downloadSubscription() 43 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata() 49 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList() 53 void switchToSubscription(int slotId, int portIndex, String iccid, boolean forceDeactivateSim, in switchToSubscription()
|