Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java172 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService()
484 private final Map<ComponentName, IInterface> mServiceByComponentName = new HashMap<>();
726 mServiceByComponentName.put(name, service);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java207 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent()); in bindService()
629 private final Map<ComponentName, IInterface> mServiceByComponentName = field in ContextFixture
801 mServiceByComponentName.put(name, service); in addService()