Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DPeriodicProvisionerTests.java104 ServiceManagerInterface.setInstances(null); in tearDown()
124 ServiceManagerInterface.setInstances(new SystemInterface[0]); in provisionWithNoHals()
144 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in provisionWithNoHostNameWithoutServerUrl()
161 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in provisionWithNoHostNameWithServerUrl()
184 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in provisionSuccess()
197 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in fetchEekFails()
218 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in fetchEekDisablesRkp()
250 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in provisioningExpiresOldKeys()
274 ServiceManagerInterface.setInstances(new SystemInterface[]{firstHal, secondHal}); in provisionTwoHalsBothFail()
299 ServiceManagerInterface.setInstances(new SystemInterface[]{firstHal, secondHal}); in provisionTwoHalsFirstFails()
[all …]
DRemoteProvisioningServiceTest.java69 ServiceManagerInterface.setInstances(null); in tearDown()
77 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in getRegistrationSuccess()
110 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in getRegistrationHandlesCallbackFailure()
123 ServiceManagerInterface.setInstances(new SystemInterface[0]); in getRegistrationWithInvalidHalName()
DBootReceiverTest.java59 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in verifyBootWorkers()
DSystemInterfaceTest.java102 ServiceManagerInterface.setInstances(null); in cleanUp()
/packages/modules/RemoteKeyProvisioning/app/tests/avf/src/com/android/avf/rkpdapp/e2etest/
DAvfIntegrationTest.java101 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()
106 ServiceManagerInterface.setInstances(null); in tearDown()
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DRkpdHostTestHelperTests.java114 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()
129 ServiceManagerInterface.setInstances(null); in tearDown()
DKeystoreIntegrationTest.java143 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()
155 ServiceManagerInterface.setInstances(null); in tearDown()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServiceManagerInterface.java113 public static void setInstances(SystemInterface[] instances) { in setInstances() method