Searched refs:MAX_CODEPOINTS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
41 public static final int MAX_CODEPOINTS_PER_SECOND = 30; field in ImsRttTextHandler110 private int mCodepointsAvailableForTransmission = MAX_CODEPOINTS_PER_SECOND;
208 Assert.assertTrue(numCharsInOneSec <= ImsRttTextHandler.MAX_CODEPOINTS_PER_SECOND); in testProperThrottling()