Searched defs:getAllProfiles (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java195 public void getAllProfiles(String callingPackage, String cardId, method in class:EuiccCardController
204 loge("getAllProfiles callback failure.", exception);
216 loge("getAllProfiles callback failure.", exception);
223 loge("getAllProfiles callback onException: ", e);
226 loge("getAllProfiles callback failure.", exception);
231 card.getAllProfiles(cardCb, mEuiccMainThreadHandler);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java207 public void getAllProfiles(AsyncResultCallback<EuiccProfileInfo[]> callback, Handler handler) { method in class:EuiccCard

Completed in 364 milliseconds