Home | History | Annotate | Download | only in euicc

Lines Matching refs:slotId

34     void downloadSubscription(int slotId, in DownloadableSubscription subscription,
37 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription,
39 void getEid(int slotId, in IGetEidCallback callback);
40 void getEuiccProfileInfoList(int slotId, in IGetEuiccProfileInfoListCallback callback);
41 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim,
43 void getEuiccInfo(int slotId, in IGetEuiccInfoCallback callback);
44 void deleteSubscription(int slotId, String iccid, in IDeleteSubscriptionCallback callback);
45 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim,
47 void updateSubscriptionNickname(int slotId, String iccid, String nickname,
49 void eraseSubscriptions(int slotId, in IEraseSubscriptionsCallback callback);
51 int slotId, in IRetainSubscriptionsForFactoryResetCallback callback);