Home
last modified time | relevance | path

Searched defs:forceDeactivateSim (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/service/euicc/
DEuiccService.java518 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata()
536 boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata()
553 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); in onGetDefaultDownloadableSubscriptionList()
582 boolean forceDeactivateSim, @Nullable Bundle resolvedBundle) { in onDownloadSubscription()
612 boolean forceDeactivateSim, @NonNull Bundle resolvedBundle) { in onDownloadSubscription()
637 boolean forceDeactivateSim) { in onDownloadSubscription()
691 @Nullable String iccid, boolean forceDeactivateSim); in onSwitchToSubscription()
709 @Nullable String iccid, boolean forceDeactivateSim) { in onSwitchToSubscriptionWithPort()
822 boolean switchAfterDownload, boolean forceDeactivateSim, Bundle resolvedBundle, in downloadSubscription()
930 boolean switchAfterDownload, boolean forceDeactivateSim, in getDownloadableSubscriptionMetadata()
[all …]
DIEuiccService.aidl40 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/
DEuiccController.java451 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDownloadableSubscriptionMetadata()
622 boolean switchAfterDownload, String callingPackage, boolean forceDeactivateSim, in downloadSubscription()
722 String callingPackage, boolean forceDeactivateSim, in DownloadSubscriptionGetMetadataCommandCallback()
796 boolean switchAfterDownload, boolean forceDeactivateSim, final String callingPackage, in downloadSubscriptionPrivilegedCheckMetadata()
810 boolean forceDeactivateSim, final String callingPackage, in downloadSubscriptionPrivileged()
829 boolean forceDeactivateSim, final String callingPackage, Bundle resolvedBundle, in downloadSubscriptionPrivileged()
985 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList()
1155 boolean forceDeactivateSim, String callingPackage, PendingIntent callbackIntent, in switchToSubscription()
1489 int subscriptionId, boolean forceDeactivateSim, final String callingPackage, in switchToSubscriptionPrivileged()
1501 int subscriptionId, @Nullable String iccid, boolean forceDeactivateSim, in switchToSubscriptionPrivileged()
DEuiccConnector.java476 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()