Home
last modified time | relevance | path

Searched refs:authenticateServer (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl73 oneway void authenticateServer(String callingPackage, String cardId, String matchingId, in authenticateServer() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java569 mEuiccPort.authenticateServer("A1B2C3-X4Y5Z6", // Matching id in testAuthenticateServer()
595 mEuiccPort.authenticateServer("A1B2C3-X4Y5Z6", // Matching id in testAuthenticateServer_Error()
626 mEuiccPort.authenticateServer("A1B2C3-X4Y5Z6", // Matching id in testAuthenticateService_devCap()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java663 public void authenticateServer(String cardId, String matchingId, byte[] serverSigned1, in authenticateServer() method in EuiccCardManager
667 getIEuiccCardController().authenticateServer( in authenticateServer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java1066 public void authenticateServer(String callingPackage, String cardId, String matchingId, in authenticateServer() method in EuiccCardController
1111 port.authenticateServer(matchingId, serverSigned1, serverSignature1, euiccCiPkIdToBeUsed, in authenticateServer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java625 public void authenticateServer(String matchingId, byte[] serverSigned1, byte[] serverSignature1, in authenticateServer() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt14011 …method public void authenticateServer(String, String, byte[], byte[], byte[], byte[], java.util.co…