Home
last modified time | relevance | path

Searched refs:maxCallsPerInterval (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java4363 int maxCallsPerInterval = properties.getInt( in handleSystemUiDeviceConfigChange() local
4366 mGeneratedPreviewsApiCounter.setMaxCallsPerInterval(maxCallsPerInterval); in handleSystemUiDeviceConfigChange()
5155 ApiCounter(long resetIntervalMs, int maxCallsPerInterval) { in ApiCounter() argument
5156 this(resetIntervalMs, maxCallsPerInterval, SystemClock::elapsedRealtime); in ApiCounter()
5159 ApiCounter(long resetIntervalMs, int maxCallsPerInterval, in ApiCounter() argument
5162 mMaxCallsPerInterval = maxCallsPerInterval; in ApiCounter()
5174 public void setMaxCallsPerInterval(int maxCallsPerInterval) { in setMaxCallsPerInterval() argument
5175 mMaxCallsPerInterval = maxCallsPerInterval; in setMaxCallsPerInterval()