Searched refs:setInstances (Results 1 – 8 of 8) sorted by relevance
104 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 …]
69 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()
59 ServiceManagerInterface.setInstances(new SystemInterface[]{mockHal}); in verifyBootWorkers()
102 ServiceManagerInterface.setInstances(null); in cleanUp()
101 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()106 ServiceManagerInterface.setInstances(null); in tearDown()
114 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()129 ServiceManagerInterface.setInstances(null); in tearDown()
143 ServiceManagerInterface.setInstances(new SystemInterface[] {systemInterface}); in setUp()155 ServiceManagerInterface.setInstances(null); in tearDown()
113 public static void setInstances(SystemInterface[] instances) { in setInstances() method