Searched defs:getCseqMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java1655 private static String getCseqMethod(Message message) { method in class:SipSessionGroup
1668 return expectedMethod.equalsIgnoreCase(getCseqMethod(response));
1683 return expectedMethod.equalsIgnoreCase(getCseqMethod(response));

Completed in 727 milliseconds