Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTimerProvider_test.cpp235 int numCalls = 0; in TEST_F() local
302 int numCalls = 0; in TEST_F() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java73 public int numCalls() { in numCalls() method in NotificationRecordLoggerFake
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityLoggerFake.java84 public int numCalls() { in numCalls() method in ChooserActivityLoggerFake
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java603 final int[] numCalls = {0}; in testClearNotifications_All() local
619 final int[] numCalls = {0}; in testClearNotifications_Gentle() local
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp456 static void testThreadPoolOverSaturated(sp<IBinderRpcTest> iface, size_t numCalls, size_t sleepMs) { in testThreadPoolOverSaturated()