Searched refs:numCalls (Results 1 – 4 of 4) sorted by relevance
115 public int numCalls; field in RttMetrics.PerPeerTypeInfo125 return "numCalls=" + numCalls + ", numIndividualCalls=" + numIndividualCalls in toString()242 peerInfo.numCalls++; in updatePeerInfoWithRequestInfo()316 peerLog.numRequests = peerInfo.numCalls; in consolidatePeerType()
199 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls() argument200 if (mCallById.size() == numCalls) { in waitUntilNumCalls()
860 void verifyEncrypt(int numCalls, byte[] expectedKey, byte[] expectedIv); in verifyEncrypt() argument875 (numCalls, expectedKey, expectedIv) -> { in testEncodeAndEncryptFragmentsWithNormalModeCipher()876 verify(ikeCipher, times(numCalls)) in testEncodeAndEncryptFragmentsWithNormalModeCipher()893 (numCalls, expectedKey, expectedIv) -> { in testEncodeAndEncryptFragmentsWithCombinedModeCipher()894 verify(ikeCipher, times(numCalls)) in testEncodeAndEncryptFragmentsWithCombinedModeCipher()
2297 int numCalls = 0; in hasMultipleTopLevelCalls() local2301 numCalls++; in hasMultipleTopLevelCalls()2304 numCalls++; in hasMultipleTopLevelCalls()2307 numCalls++; in hasMultipleTopLevelCalls()2310 return numCalls > 1; in hasMultipleTopLevelCalls()