Searched refs:mComponentNamesByAction (Results 1 – 1 of 1) sorted by relevance
550 private final Multimap<String, ComponentName> mComponentNamesByAction = field in ContextFixture713 mComponentNamesByAction.put(action, name); in addService()723 for (ComponentName componentName : mComponentNamesByAction.get(intent.getAction())) { in doQueryIntentServices()