Home
last modified time | relevance | path

Searched refs:hasSdpContent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
H A DSimpleChatSession.java210 if (!SipUtils.hasSdpContent(invite)) {
347 if (!SipUtils.hasSdpContent(response)) {
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/
H A DSipUtils.java334 public static boolean hasSdpContent(SIPMessage message) { in hasSdpContent() method in SipUtils