Searched refs:getLocalIdentifier (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/ |
D | RtpTransport.java | 440 .filter(et -> et.getLocalIdentifier() == extension.getLocalIdentifier()) in extractMessage() 445 extension.getLocalIdentifier()); in extractMessage() 451 extension.getLocalIdentifier()); in extractMessage() 468 extension.getLocalIdentifier(), Integer.toBinaryString(messageTypeBits)); in extractMessage() 478 extension.getLocalIdentifier(), in extractMessage() 489 extension.getLocalIdentifier(), in extractMessage() 506 extension.getLocalIdentifier(), in extractMessage() 517 extension.getLocalIdentifier(), in extractMessage() 528 extension.getLocalIdentifier(), in extractMessage() 624 .findFirst().get().getLocalIdentifier(); in getRtpHeaderExtensionIdentifier()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsCallSessionListenerTests.java | 125 assertEquals(extension.getLocalIdentifier(), in testCallSessionRtpExtensionHeadersReceived() 126 listCaptor.getValue().get(0).getLocalIdentifier()); in testCallSessionRtpExtensionHeadersReceived()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RtpHeaderExtension.java | 80 public int getLocalIdentifier() { in getLocalIdentifier() method in RtpHeaderExtension
|
D | RtpHeaderExtensionType.java | 104 public @IntRange(from = 1, to = 14) int getLocalIdentifier() { in getLocalIdentifier() method in RtpHeaderExtensionType
|
/frameworks/base/core/api/ |
D | system-current.txt | 17113 method @IntRange(from=1, to=14) public int getLocalIdentifier(); 17121 method @IntRange(from=1, to=14) public int getLocalIdentifier();
|