Searched refs:MINPLAYOUTDELAYMILLIS (Results 1 – 1 of 1) sorted by relevance
48 private static final long MINPLAYOUTDELAYMILLIS = 200; field in CallQualityTest72 .setMinPlayoutDelayMillis(MINPLAYOUTDELAYMILLIS) in createCallQuality()99 callQuality.minPlayoutDelayMillis = MINPLAYOUTDELAYMILLIS; in createHalCallQuality()128 assertThat(callQuality.getMinPlayoutDelayMillis()).isEqualTo(MINPLAYOUTDELAYMILLIS); in testConstructorAndGetters()175 .setMinPlayoutDelayMillis(MINPLAYOUTDELAYMILLIS) in testNotEqual()