Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/util/src/com/android/rkpdapp/testutil/
DSystemInterfaceSelector.java33 for (SystemInterface systemInterface: ServiceManagerInterface.getAllInstances()) { in getSystemInterfaceForServiceName()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServiceManagerInterface.java64 public static SystemInterface[] getAllInstances() { in getAllInstances() method in ServiceManagerInterface
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DPeriodicProvisioner.java95 SystemInterface[] irpcs = ServiceManagerInterface.getAllInstances();
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DSystemInterfaceTest.java107 SystemInterface[] instances = ServiceManagerInterface.getAllInstances(); in testGetDeclaredInstances()
132 SystemInterface[] instances = ServiceManagerInterface.getAllInstances(); in testGetAllInstancesWithUnsupportedService()