Searched refs:RTP_LOW_QUALITY_REASON_JITTER (Results 1 – 4 of 4) sorted by relevance
78 static final int RTP_LOW_QUALITY_REASON_JITTER = 1; field in QnsConstants84 RTP_LOW_QUALITY_REASON_JITTER,
729 breachedReason |= 1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER; in thresholdBreached()
644 mRestrictManager.onLowRtpQualityEvent(1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER); in testWwanOnLowRtpQualityEvent()755 1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER); in testLowRtpQualityEventOnBothTransport()857 + (1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER)); in testLowRtpQualityWorseThanPreviousTransportType()951 mRestrictManager.onLowRtpQualityEvent(1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER); in testWwanOnLowRtpQualityReleaseRestriction()
952 assertEquals(1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER, (int) result.mResult); in testMediaQualityBreachedWithJitter()1405 assertEquals(1 << QnsConstants.RTP_LOW_QUALITY_REASON_JITTER, in testThresholdBreached()