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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 765 public void authenticateServer(String callingPackage, String cardId, String matchingId,
775 loge("authenticateServer callback failure.", exception);
786 loge("authenticateServer callback failure.", exception);
793 loge("authenticateServer callback onException: ", e);
796 loge("authenticateServer callback failure.", exception);
801 card.authenticateServer(matchingId, serverSigned1, serverSignature1, euiccCiPkIdToBeUsed,
    [all...]
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccCardManager.java 504 public void authenticateServer(String cardId, String matchingId, byte[] serverSigned1,
508 getIEuiccCardController().authenticateServer(
523 Log.e(TAG, "Error calling authenticateServer", e);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 627 public void authenticateServer(String matchingId, byte[] serverSigned1, byte[] serverSignature1,
    [all...]

Completed in 606 milliseconds