Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java135 private int mApiCallCount; field in ShortcutPackage
538 mApiCallCount = 0; in getApiCallCount()
539 return mApiCallCount; in getApiCallCount()
548 mApiCallCount = 0; in getApiCallCount()
551 return mApiCallCount; in getApiCallCount()
567 mApiCallCount++; in tryApiCall()
576 if (mApiCallCount > 0) { in resetRateLimiting()
577 mApiCallCount = 0; in resetRateLimiting()
583 mApiCallCount = 0; in resetRateLimitingForCommandLineNoSaving()
653 mApiCallCount = 0; in resetThrottling()
[all …]