Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DServerInterfaceTest.java54 private ServerInterface mServerInterface; field in ServerInterfaceTest
64 mServerInterface = new ServerInterface(sContext, false); in setUp()
81 GeekResponse ignored = mServerInterface.fetchGeek( in testRetryOnServerFailure()
97 GeekResponse response = mServerInterface.fetchGeek( in testFetchGeekRkpDisabled()
113 GeekResponse response = mServerInterface.fetchGeek( in testFetchGeekRkpEnabled()
157 mServerInterface.fetchGeekAndUpdate( in testFetchKeyAndUpdate()
174 mServerInterface.requestSignedCertificates(new byte[0], new byte[0], metrics); in testRequestSignedCertUnregistered()
191 mServerInterface.requestSignedCertificates(new byte[0], new byte[0], metrics); in testRequestSignedCertClientError()
207 mServerInterface.requestSignedCertificates(new byte[0], new byte[0], metrics); in testRequestSignedCertCborError()
224 List<byte[]> certChains = mServerInterface.requestSignedCertificates(new byte[0], in testRequestSignedCertValid()
[all …]