Searched refs:getDefaultDownloadableSubscriptionList (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccController.aidl | 33 oneway void getDefaultDownloadableSubscriptionList(int cardId, in getDefaultDownloadableSubscriptionList() method
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | IEuiccService.aidl | 47 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList() method
|
D | EuiccService.java | 761 public void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList() method in EuiccService.IEuiccServiceWrapper
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccManager.java | 1046 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { in getDefaultDownloadableSubscriptionList() method in EuiccManager 1052 getIEuiccController().getDefaultDownloadableSubscriptionList(mCardId, in getDefaultDownloadableSubscriptionList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 791 public void getDefaultDownloadableSubscriptionList(int cardId, in getDefaultDownloadableSubscriptionList() method in EuiccController 793 getDefaultDownloadableSubscriptionList(cardId, in getDefaultDownloadableSubscriptionList() 797 void getDefaultDownloadableSubscriptionList(int cardId, in getDefaultDownloadableSubscriptionList() method in EuiccController 806 mConnector.getDefaultDownloadableSubscriptionList(cardId, in getDefaultDownloadableSubscriptionList()
|
D | EuiccOperation.java | 474 EuiccController.get().getDefaultDownloadableSubscriptionList( in resolvedGetDefaultListDeactivateSim()
|
D | EuiccConnector.java | 469 public void getDefaultDownloadableSubscriptionList(int cardId, in getDefaultDownloadableSubscriptionList() method in EuiccConnector 787 mEuiccService.getDefaultDownloadableSubscriptionList(slotId, in processMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 363 verify(mMockConnector).getDefaultDownloadableSubscriptionList(anyInt(), anyBoolean(), in testGetDefaultDownloadableSubscriptionList_error() 1312 }).when(mMockConnector).getDefaultDownloadableSubscriptionList(anyInt(), anyBoolean(), in callGetDefaultDownloadableSubscriptionList() 1315 mController.getDefaultDownloadableSubscriptionList(CARD_ID, PACKAGE_NAME, resultCallback); in callGetDefaultDownloadableSubscriptionList()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1154 …est.permission.WRITE_EMBEDDED_SUBSCRIPTIONS) public void getDefaultDownloadableSubscriptionList(an…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10539 …est.permission.WRITE_EMBEDDED_SUBSCRIPTIONS) public void getDefaultDownloadableSubscriptionList(an…
|
/frameworks/base/api/ |
D | system-current.txt | 11657 …est.permission.WRITE_EMBEDDED_SUBSCRIPTIONS) public void getDefaultDownloadableSubscriptionList(an…
|