Home
last modified time | relevance | path

Searched refs:ICallDiagnosticServiceAdapter (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallDiagnosticService.aidl24 import com.android.internal.telecom.ICallDiagnosticServiceAdapter;
32 void setAdapter(in ICallDiagnosticServiceAdapter adapter); in setAdapter()
H A DICallDiagnosticServiceAdapter.aidl27 oneway interface ICallDiagnosticServiceAdapter { interface
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallDiagnosticService.java35 import com.android.internal.telecom.ICallDiagnosticServiceAdapter;
76 public void setAdapter(ICallDiagnosticServiceAdapter adapter) throws RemoteException { in setAdapter()
162 private ICallDiagnosticServiceAdapter mAdapter;
254 private void handleSetAdapter(@NonNull ICallDiagnosticServiceAdapter adapter) { in handleSetAdapter()