Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java556 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = field in ContextFixture
714 mServiceInfoByComponentName.put(name, serviceInfo); in addService()
725 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName); in doQueryIntentServices()