Searched refs:ApiCounter (Results 1 – 2 of 2) sorted by relevance
20 import com.android.server.appwidget.AppWidgetServiceImpl.ApiCounter37 private val counter = ApiCounter(RESET_INTERVAL_MS, MAX_CALLS_PER_INTERVAL) { currentTime } in <lambda>()
292 private ApiCounter mGeneratedPreviewsApiCounter;328 mGeneratedPreviewsApiCounter = new ApiCounter(generatedPreviewResetInterval, in onStart()5133 static final class ApiCounter { class in AppWidgetServiceImpl5155 ApiCounter(long resetIntervalMs, int maxCallsPerInterval) { in ApiCounter() method in AppWidgetServiceImpl.ApiCounter5159 ApiCounter(long resetIntervalMs, int maxCallsPerInterval, in ApiCounter() method in AppWidgetServiceImpl.ApiCounter