Searched refs:mServiceByComponentName (Results 1 – 2 of 2) sorted by relevance
172 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService()484 private final Map<ComponentName, IInterface> mServiceByComponentName = new HashMap<>();726 mServiceByComponentName.put(name, service);
207 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService()629 private final Map<ComponentName, IInterface> mServiceByComponentName = field in ContextFixture801 mServiceByComponentName.put(name, service); in addService()