Home
last modified time | relevance | path

Searched defs:addConnectionServiceAdapter (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl38 void addConnectionServiceAdapter(in IConnectionServiceAdapter adapter, in addConnectionServiceAdapter() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java206 public void addConnectionServiceAdapter(IConnectionServiceAdapter adapter, in addConnectionServiceAdapter() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java1218 private void addConnectionServiceAdapter(IConnectionServiceAdapter adapter) { in addConnectionServiceAdapter() method in ConnectionServiceWrapper