Searched refs:mIntentFilterByComponentName (Results 1 – 1 of 1) sorted by relevance
694 private final Map<ComponentName, IntentFilter> mIntentFilterByComponentName = new HashMap<>(); field in ContextFixture854 mIntentFilterByComponentName.put(name, filter); in addService()869 resolveInfo.filter = mIntentFilterByComponentName.get(componentName); in doQueryIntentServices()