Home
last modified time | relevance | path

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

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