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.java526 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = field in ContextFixture
672 mServiceInfoByComponentName.put(name, serviceInfo); in addService()
683 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName); in doQueryIntentServices()