Home
last modified time | relevance | path

Searched refs:numCalls (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttMetrics.java115 public int numCalls; field in RttMetrics.PerPeerTypeInfo
125 return "numCalls=" + numCalls + ", numIndividualCalls=" + numIndividualCalls in toString()
242 peerInfo.numCalls++; in updatePeerInfoWithRequestInfo()
316 peerLog.numRequests = peerInfo.numCalls; in consolidatePeerType()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java199 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls() argument
200 if (mCallById.size() == numCalls) { in waitUntilNumCalls()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java860 void verifyEncrypt(int numCalls, byte[] expectedKey, byte[] expectedIv); in verifyEncrypt() argument
875 (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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2297 int numCalls = 0; in hasMultipleTopLevelCalls() local
2301 numCalls++; in hasMultipleTopLevelCalls()
2304 numCalls++; in hasMultipleTopLevelCalls()
2307 numCalls++; in hasMultipleTopLevelCalls()
2310 return numCalls > 1; in hasMultipleTopLevelCalls()