Searched refs:totalRequests (Results 1 – 1 of 1) sorted by relevance
6087 final int totalRequests = mRequestLogs.size(); in destroyLocked() local6088 if (totalRequests > 0) { in destroyLocked()6089 if (sVerbose) Slog.v(TAG, "destroyLocked(): logging " + totalRequests + " requests"); in destroyLocked()6090 for (int i = 0; i < totalRequests; i++) { in destroyLocked()6100 Slog.v(TAG, "destroyLocked(): logging " + totalRequests + " augmented requests"); in destroyLocked()6109 .addTaggedData(MetricsEvent.FIELD_AUTOFILL_NUMBER_REQUESTS, totalRequests); in destroyLocked()