Searched refs:MAXPLAYOUTDELAYMILLIS (Results 1 – 1 of 1) sorted by relevance
49 private static final long MAXPLAYOUTDELAYMILLIS = 1000; field in CallQualityTest73 .setMaxPlayoutDelayMillis(MAXPLAYOUTDELAYMILLIS) in createCallQuality()100 callQuality.maxPlayoutDelayMillis = MAXPLAYOUTDELAYMILLIS; in createHalCallQuality()129 assertThat(callQuality.getMaxPlayoutDelayMillis()).isEqualTo(MAXPLAYOUTDELAYMILLIS); in testConstructorAndGetters()176 .setMaxPlayoutDelayMillis(MAXPLAYOUTDELAYMILLIS) in testNotEqual()