Searched refs:setBinders (Results 1 – 2 of 2) sorted by relevance
101 ServiceManagerInterface.setBinders(null); in cleanUp()130 ServiceManagerInterface.setBinders(ImmutableMap.of(SERVICE, mockedBinder)); in testGetAllInstancesWithUnsupportedService()140 ServiceManagerInterface.setBinders(ImmutableMap.of(SERVICE, mockedBinder)); in testGetInstanceWithUnsupportedService()
118 public static void setBinders(Map<String, IRemotelyProvisionedComponent> binders) { in setBinders() method