Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInternalServiceRetrieverAdapter.java27 public class InternalServiceRetrieverAdapter { class
31 public InternalServiceRetrieverAdapter(IInternalServiceRetriever retriever) { in InternalServiceRetrieverAdapter() method in InternalServiceRetrieverAdapter
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java50 import com.android.server.telecom.InternalServiceRetrieverAdapter;
75 InternalServiceRetrieverAdapter adapter = in onBind()
76 new InternalServiceRetrieverAdapter(retriever); in onBind()
96 InternalServiceRetrieverAdapter internalServiceRetriever) {