Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DSystemInterfaceTest.java101 ServiceManagerInterface.setBinders(null); in cleanUp()
130 ServiceManagerInterface.setBinders(ImmutableMap.of(SERVICE, mockedBinder)); in testGetAllInstancesWithUnsupportedService()
140 ServiceManagerInterface.setBinders(ImmutableMap.of(SERVICE, mockedBinder)); in testGetInstanceWithUnsupportedService()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServiceManagerInterface.java118 public static void setBinders(Map<String, IRemotelyProvisionedComponent> binders) { in setBinders() method