Home
last modified time | relevance | path

Searched refs:initializeDiagnosticCall (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallDiagnosticService.aidl33 void initializeDiagnosticCall(in ParcelableCall call); in initializeDiagnosticCall() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallDiagnosticServiceControllerTest.java165 verify(mICallDiagnosticService).initializeDiagnosticCall(any(ParcelableCall.class)); in testAddSimCallCausesBind()
188 verify(mICallDiagnosticService, times(2)).initializeDiagnosticCall( in testAddTwo()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallDiagnosticService.java81 public void initializeDiagnosticCall(ParcelableCall call) throws RemoteException { in initializeDiagnosticCall() method in CallDiagnosticService.CallDiagnosticServiceBinder
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallDiagnosticServiceController.java595 callDiagnosticService.initializeDiagnosticCall(getParceledCall(call)); in sendCallToBoundService()