Searched refs:initializeDiagnosticCall (Results 1 – 4 of 4) sorted by relevance
33 void initializeDiagnosticCall(in ParcelableCall call); in initializeDiagnosticCall() method
165 verify(mICallDiagnosticService).initializeDiagnosticCall(any(ParcelableCall.class)); in testAddSimCallCausesBind()188 verify(mICallDiagnosticService, times(2)).initializeDiagnosticCall( in testAddTwo()
81 public void initializeDiagnosticCall(ParcelableCall call) throws RemoteException { in initializeDiagnosticCall() method in CallDiagnosticService.CallDiagnosticServiceBinder
595 callDiagnosticService.initializeDiagnosticCall(getParceledCall(call)); in sendCallToBoundService()