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