Searched refs:authenticateServer (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IEuiccCardController.aidl | 73 oneway void authenticateServer(String callingPackage, String cardId, String matchingId, in authenticateServer() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccPortTest.java | 569 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/ |
D | EuiccCardManager.java | 663 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/ |
D | EuiccCardController.java | 1066 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/ |
D | EuiccPort.java | 625 public void authenticateServer(String matchingId, byte[] serverSigned1, byte[] serverSignature1, in authenticateServer() method in EuiccPort
|
/frameworks/base/core/api/ |
D | system-current.txt | 14011 …method public void authenticateServer(String, String, byte[], byte[], byte[], byte[], java.util.co…
|