Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java485 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = new HashMap<>();
650 mServiceInfoByComponentName.put(componentName, serviceInfo);
667 mServiceInfoByComponentName.put(componentName, serviceInfo);
734 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java633 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = field in ContextFixture
799 mServiceInfoByComponentName.put(name, serviceInfo); in addService()
814 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName); in doQueryIntentServices()