Searched defs: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() 525 boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata() 542 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); in onGetDefaultDownloadableSubscriptionList() 571 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription() 601 boolean forceDeactivateSim, @NonNull Bundle resolvedBundle) { in onDownloadSubscription() 626 boolean forceDeactivateSim) { in onDownloadSubscription() 680 @Nullable String iccid, boolean forceDeactivateSim); in onSwitchToSubscription() 698 @Nullable String iccid, boolean forceDeactivateSim) { in onSwitchToSubscriptionWithPort() 811 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription() 919 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata() [all …]
|
D | IEuiccService.aidl | 40 boolean switchAfterDownload, boolean forceDeactivateSim, in Bundle resolvedBundle, in downloadSubscription() 44 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata() 50 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList() 54 void switchToSubscription(int slotId, int portIndex, String iccid, boolean forceDeactivateSim, in switchToSubscription()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 450 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata() 621 boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, in downloadSubscription() 724 String callingPackage, boolean forceDeactivateSim, in DownloadSubscriptionGetMetadataCommandCallback() 798 boolean switchAfterDownload, boolean forceDeactivateSim, final String callingPackage, in downloadSubscriptionPrivilegedCheckMetadata() 812 boolean forceDeactivateSim, final String callingPackage, in downloadSubscriptionPrivileged() 831 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivileged() 980 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList() 1152 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent, in switchToSubscription() 1486 int subscriptionId, boolean forceDeactivateSim, final String callingPackage, in switchToSubscriptionPrivileged() 1498 int subscriptionId, @Nullable String iccid, boolean forceDeactivateSim, in switchToSubscriptionPrivileged()
|
D | EuiccConnector.java | 476 boolean forceDeactivateSim, GetMetadataCommandCallback callback) { in getDownloadableSubscriptionMetadata() 491 boolean forceDeactivateSim, Bundle resolvedBundle, DownloadCommandCallback callback) { in downloadSubscription() 509 boolean forceDeactivateSim, GetDefaultListCommandCallback callback) { in getDefaultDownloadableSubscriptionList() 534 boolean forceDeactivateSim, SwitchCommandCallback callback, boolean usePortIndex) { in switchToSubscription()
|