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.java185 private int mApiCallCount; field in ShortcutPackage
785 mApiCallCount = 0; in getApiCallCount()
786 return mApiCallCount; in getApiCallCount()
795 mApiCallCount = 0; in getApiCallCount()
798 return mApiCallCount; in getApiCallCount()
814 mApiCallCount++; in tryApiCall()
823 if (mApiCallCount > 0) { in resetRateLimiting()
824 mApiCallCount = 0; in resetRateLimiting()
830 mApiCallCount = 0; in resetRateLimitingForCommandLineNoSaving()
907 mApiCallCount = 0; in resetThrottling()
[all …]