HomeSort by relevance Sort by last modified time
    Searched refs:mServiceInfoByComponentName (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 377 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName = new HashMap<>();
476 mServiceInfoByComponentName.put(componentName, serviceInfo);
488 mServiceInfoByComponentName.put(componentName, serviceInfo);
521 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 447 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName =
566 resolveInfo.serviceInfo = mServiceInfoByComponentName.get(componentName);

Completed in 908 milliseconds