Searched refs:maxCallsPerInterval (Results 1 – 1 of 1) sorted by relevance
4363 int maxCallsPerInterval = properties.getInt( in handleSystemUiDeviceConfigChange() local4366 mGeneratedPreviewsApiCounter.setMaxCallsPerInterval(maxCallsPerInterval); in handleSystemUiDeviceConfigChange()5155 ApiCounter(long resetIntervalMs, int maxCallsPerInterval) { in ApiCounter() argument5156 this(resetIntervalMs, maxCallsPerInterval, SystemClock::elapsedRealtime); in ApiCounter()5159 ApiCounter(long resetIntervalMs, int maxCallsPerInterval, in ApiCounter() argument5162 mMaxCallsPerInterval = maxCallsPerInterval; in ApiCounter()5174 public void setMaxCallsPerInterval(int maxCallsPerInterval) { in setMaxCallsPerInterval() argument5175 mMaxCallsPerInterval = maxCallsPerInterval; in setMaxCallsPerInterval()