Searched refs:getDeclaredInstances (Results 1 – 7 of 7) sorted by relevance
64 public static String[] getDeclaredInstances(@NonNull String iface) { in getDeclaredInstances() method in ServiceManagerHelper65 return ServiceManager.getDeclaredInstances(iface); in getDeclaredInstances()
76 return Arrays.stream(ServiceManager.getDeclaredInstances(irpcInterface)) in getAllInstances()
77 return ServiceManager.getDeclaredInstances(IRemotelyProvisionedComponent.DESCRIPTOR); in parameters()
103 return ServiceManager.getDeclaredInstances(IRemotelyProvisionedComponent.DESCRIPTOR); in parameters()
379 String[] instances = ServiceManagerHelper.getDeclaredInstances(IRemoteAccess.DESCRIPTOR); in getRemoteAccessHalService()
168 String[] instances = ServiceManager.getDeclaredInstances( in isValidInstance()
314 method @Nullable public static String[] getDeclaredInstances(@NonNull String);