Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothDeviceConnectionPolicyTest.java489 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_driverSeat_parked_connectDevices() local
490 if (VERBOSE) Log.v(TAG, "prior invocations (driver's seat, parked): " + numCalls); in testSeatOnOccupied_driverSeat_parked_connectDevices()
494 verify(mMockBluetoothService, atLeast(numCalls + 1)).connectDevices(); in testSeatOnOccupied_driverSeat_parked_connectDevices()
524 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_passengerSeat_parked_doNothing() local
525 if (VERBOSE) Log.v(TAG, "prior invocations (passenger's seat, parked): " + numCalls); in testSeatOnOccupied_passengerSeat_parked_doNothing()
529 verify(mMockBluetoothService, times(numCalls)).connectDevices(); in testSeatOnOccupied_passengerSeat_parked_doNothing()
554 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_driverSeat_driving_doNothing() local
555 if (VERBOSE) Log.v(TAG, "prior invocations (driver's seat, driving): " + numCalls); in testSeatOnOccupied_driverSeat_driving_doNothing()
559 verify(mMockBluetoothService, times(numCalls)).connectDevices(); in testSeatOnOccupied_driverSeat_driving_doNothing()
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttMetrics.java114 public int numCalls; field in RttMetrics.PerPeerTypeInfo
124 return "numCalls=" + numCalls + ", numIndividualCalls=" + numIndividualCalls in toString()
231 peerInfo.numCalls++; in updatePeerInfoWithRequestInfo()
305 peerLog.numRequests = peerInfo.numCalls; in consolidatePeerType()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java180 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls() argument
181 if (mCallById.size() == numCalls) { in waitUntilNumCalls()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2245 int numCalls = 0; in hasMultipleTopLevelCalls() local
2249 numCalls++; in hasMultipleTopLevelCalls()
2252 numCalls++; in hasMultipleTopLevelCalls()
2255 numCalls++; in hasMultipleTopLevelCalls()
2258 return numCalls > 1; in hasMultipleTopLevelCalls()