Home
last modified time | relevance | path

Searched refs:mComponentNamesByAction (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java550 private final Multimap<String, ComponentName> mComponentNamesByAction = field in ContextFixture
713 mComponentNamesByAction.put(action, name); in addService()
723 for (ComponentName componentName : mComponentNamesByAction.get(intent.getAction())) { in doQueryIntentServices()