Searched refs:mServiceInfoByComponentName (Results 1 – 2 of 2) sorted by relevance
485 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = new HashMap<>();650 mServiceInfoByComponentName.put(componentName, serviceInfo);667 mServiceInfoByComponentName.put(componentName, serviceInfo);734 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName);
633 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = field in ContextFixture799 mServiceInfoByComponentName.put(name, serviceInfo); in addService()814 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName); in doQueryIntentServices()