Home
last modified time | relevance | path

Searched defs:numCalls (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothDeviceConnectionPolicyTest.java489 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_driverSeat_parked_connectDevices() local
524 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_passengerSeat_parked_doNothing() local
554 int numCalls = getNumberOfConnectDevicesCalls(); in testSeatOnOccupied_driverSeat_driving_doNothing() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java444 final int[] numCalls = {0}; in testClearNotifications_All() local
458 final int[] numCalls = {0}; in testClearNotifications_Gentle() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java65 public int numCalls() { in numCalls() method in NotificationRecordLoggerFake
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityLoggerFake.java82 public int numCalls() { in numCalls() method in ChooserActivityLoggerFake
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java180 public void waitUntilNumCalls(int numCalls) { in waitUntilNumCalls()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
H A DRttMetrics.java114 public int numCalls; field in RttMetrics.PerPeerTypeInfo
/aosp12/art/tools/dmtracedump/
H A Dtracedump.cc141 int32_t numCalls; member
150 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
157 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
176 int32_t numCalls[2]; /* 0=normal, 1=recursive */ member
1249 void printInclusiveMethod(MethodEntry* method, TimedMethod* list, int32_t numCalls, int32_t flags) { in printInclusiveMethod()
1537 int32_t numCalls = method->numCalls[0] + method->numCalls[1]; in printInclusiveProfile() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt208 val numCalls = 4 regex
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java2245 int numCalls = 0; in hasMultipleTopLevelCalls() local