HomeSort by relevance Sort by last modified time
    Searched defs:getDefaultSmdpAddress (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 491 public void getDefaultSmdpAddress(String callingPackage, String cardId,
500 loge("getDefaultSmdpAddress callback failure.", exception);
511 loge("getDefaultSmdpAddress callback failure.", exception);
518 loge("getDefaultSmdpAddress callback onException: ", e);
521 loge("getDefaultSmdpAddress callback failure.", exception);
526 card.getDefaultSmdpAddress(cardCb, mEuiccMainThreadHandler);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 476 public void getDefaultSmdpAddress(AsyncResultCallback<String> callback, Handler handler) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java 406 mEuiccCard.getDefaultSmdpAddress(resultCaptor, mHandler);
    [all...]

Completed in 96 milliseconds