Searched refs:sBinders (Results 1 – 1 of 1) sorted by relevance
34 private static Map<String, IRemotelyProvisionedComponent> sBinders; field in ServiceManagerInterface65 if (sBinders != null) { in getAllInstances()66 return sBinders.entrySet().stream() in getAllInstances()94 if (sBinders != null) { in getInstance()95 if (sBinders.containsKey(serviceName)) { in getInstance()96 return new SystemInterface(sBinders.get(serviceName), serviceName); in getInstance()119 sBinders = binders; in setBinders()