/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDetailsTest.java | 37 String callId = "call-id"; in testSipDetailsAttr() local 62 String callId = "call-id"; in testParcelUnparcel() local
|
D | PublishAttributesTest.java | 45 String callId = "call-id"; in testAttributes() local 85 String callId = "call-id"; in testParcelUnparcel() local
|
D | SipDialogAttributes.java | 39 public final String callId; field in SipDialogAttributes 59 private SipDialogAttributes(String branchId, String callId, String fromUri, in SipDialogAttributes()
|
D | ImsExternalCallStateTest.java | 36 String callId = "1"; in parcelUnparcel() local
|
D | SipMessageUtils.java | 131 String toContact, String toUri, String branchId, String callId, String fromTag, in generateSipRequest() 156 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse()
|
D | ImsRegistrationAttributesTest.java | 55 String callId = "call-id"; in testRegistrationTypeToTransportAttr() local
|
D | ConferenceHelper.java | 46 public TestImsCallSessionImpl getActiveSession(String callId) { in getActiveSession()
|
D | TestSipDelegate.java | 79 public void cleanupSession(@NonNull String callId) { in cleanupSession()
|
D | ImsCallingBase.java | 466 String callId = arrofstr[0].substring(index + 1); in getCallId() local 470 public Call getCall(String callId) { in getCall()
|
D | TestSipDelegateConnection.java | 156 public void sendCleanupSession(String callId) { in sendCleanupSession()
|
D | TestMmTelFeature.java | 345 String callId = mCallSession.getCallId(); in onIncomingCallReceivedReturnListener() local
|
D | ImsServiceTest.java | 1870 String callId = "TestCallId1"; in testRcsAttributesPublish() local 3143 String callId = "testCall-Id"; in testRcsManagerRegistrationCallback() local
|
D | SipDelegateManagerTest.java | 1300 String callId = "000050B04074-79e-fc9b8700-29df64-5f3e5811-26fa8"; in testParcelUnparcelSipMessage() local
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockVoiceService.java | 138 MockCallStateTimerTask(Timer timer, int callId, int event) { in MockCallStateTimerTask() 221 public void setCallId(int callId) { in setCallId() 392 public void addCallStateTimerTask(int callId, int event, long duration) { in addCallStateTimerTask() 462 int callId = INVALID_CALL_ID; in generateCallId() local 486 private MockCallInfo getCallInfo(int callId) { in getCallInfo() 514 private void removeCallInfo(int callId) { in removeCallInfo() 605 private boolean handleDialingCall(int callId) { in handleDialingCall() 687 private boolean handleRingbackTone(int callId) { in handleRingbackTone() 707 private boolean handleAlertingCall(int callId) { in handleAlertingCall() 766 private boolean handleActivatingCall(int callId) { in handleActivatingCall() [all …]
|
D | IRadioDataImpl.java | 107 public void cancelHandover(int serial, int callId) { in cancelHandover() 270 public void startHandover(int serial, int callId) { in startHandover()
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/ |
D | ICtsApi29InCallServiceControl.aidl | 20 int getCallState(String callId); in getCallState()
|
/cts/tests/tests/telecom-apps/Utils/aidl/android/telecom/cts/apps/ |
D | IAppControl.aidl | 62 NoDataTransaction removeNotificationForCall(String callId); in removeNotificationForCall() 63 BooleanTransaction isNotificationPostedForCall(String callId); in isNotificationPostedForCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 223 protected Call getCall(String callId) { in getCall() 237 String callId = arrofstr[0].substring(index + 1); in getCallId() local 243 String callId = getCallId(call); in addCall() local 256 String callId = getCallId(call); in removeCall() local
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | AppControlWrapper.java | 338 public boolean isNotificationPostedForCall(String callId) throws RemoteException { in isNotificationPostedForCall() 350 public void removeNotificationForCall(String callId) throws RemoteException { in removeNotificationForCall()
|
D | BaseAppVerifierImpl.java | 447 public void verifyNotificationPostedForCall(AppControlWrapper appControlWrapper, String callId){ in verifyNotificationPostedForCall()
|
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/ |
D | BaseAppVerifier.java | 342 public void switchToAnotherCallEndpoint(AppControlWrapper appControl, String callId) in switchToAnotherCallEndpoint() 361 public void verifyNotificationIsPostedForCall(AppControlWrapper appControl, String callId) { in verifyNotificationIsPostedForCall() 365 public void removeNotificationForCall(AppControlWrapper appControl, String callId) in removeNotificationForCall()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallStreamingTest.java | 130 final ParcelUuid[] callId = new ParcelUuid[1]; in testStartCallStreaming() local
|