Searched refs:getAllProfiles (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 44 oneway void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardTest.java | 229 mEuiccCard.getAllProfiles(resultCaptor, mHandler); in testGetAllProfiles() 247 mEuiccCard.getAllProfiles(resultCaptor, mHandler); in testFSuffix()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccCardController.java | 218 public void getAllProfiles(String callingPackage, String cardId, in getAllProfiles() method in EuiccCardController 263 card.getAllProfiles(cardCb, mEuiccMainThreadHandler); in getAllProfiles()
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 164 getIEuiccCardController().getAllProfiles(mContext.getOpPackageName(), cardId, in requestAllProfiles()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 233 public void getAllProfiles(AsyncResultCallback<EuiccProfileInfo[]> callback, Handler handler) { in getAllProfiles() method in EuiccCard
|