Searched defs:numCalls (Results 1 – 5 of 5) sorted by relevance
235 int numCalls = 0; in TEST_F() local302 int numCalls = 0; in TEST_F() local
73 public int numCalls() { in numCalls() method in NotificationRecordLoggerFake
84 public int numCalls() { in numCalls() method in ChooserActivityLoggerFake
603 final int[] numCalls = {0}; in testClearNotifications_All() local619 final int[] numCalls = {0}; in testClearNotifications_Gentle() local
456 static void testThreadPoolOverSaturated(sp<IBinderRpcTest> iface, size_t numCalls, size_t sleepMs) { in testThreadPoolOverSaturated()