Searched refs:nEvents (Results 1 – 2 of 2) sorted by relevance
118 final int nEvents = 10; in testLoggingEventsWithMultipleCallers() local123 for (int j = 0; j < nEvents; j++) { in testLoggingEventsWithMultipleCallers()130 List<ConnectivityMetricsEvent> got = verifyEvents(nCallers * nEvents, 200); in testLoggingEventsWithMultipleCallers()134 for (int j = 0; j < nEvents; j++) { in testLoggingEventsWithMultipleCallers()
246 final int nEvents = parcel.readInt(); in SyncStatusInfo() local247 for (int i = 0; i < nEvents; i++) { in SyncStatusInfo()