Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java189 connection.onServiceDisconnected(mComponentNameByService.get(service)); in unbindService()
487 private final Map<IInterface, ComponentName> mComponentNameByService = new HashMap<>();
727 mComponentNameByService.put(service, name);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java226 connection.onServiceDisconnected(mComponentNameByService.get(service)); in unbindService()
636 private final Map<IInterface, ComponentName> mComponentNameByService = field in ContextFixture
803 mComponentNameByService.put(service, name); in addService()