Searched refs:mMaxCallsPerInterval (Results 1 – 1 of 1) sorted by relevance
5151 private int mMaxCallsPerInterval; field in AppWidgetServiceImpl.ApiCounter5162 mMaxCallsPerInterval = maxCallsPerInterval; in ApiCounter()5175 mMaxCallsPerInterval = maxCallsPerInterval; in setMaxCallsPerInterval()5179 return mMaxCallsPerInterval; in getMaxCallsPerInterval()5194 if (record.apiCallCount < mMaxCallsPerInterval) { in tryApiCall()