Home
last modified time | relevance | path

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

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