Searched refs:sLocalServiceObjects (Results 1 – 1 of 1) sorted by relevance
34 private static final ArrayMap<Class<?>, Object> sLocalServiceObjects = field in CarLocalServices46 synchronized (sLocalServiceObjects) { in getService()47 return (T) sLocalServiceObjects.get(type); in getService()55 synchronized (sLocalServiceObjects) { in addService()56 if (sLocalServiceObjects.containsKey(type)) { in addService()60 sLocalServiceObjects.put(type, service); in addService()70 synchronized (sLocalServiceObjects) { in removeServiceForTest()71 sLocalServiceObjects.remove(type); in removeServiceForTest()80 synchronized (sLocalServiceObjects) { in removeAllServices()81 sLocalServiceObjects.clear(); in removeAllServices()