Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java187 private int mApiCallCount; field in ShortcutPackage
784 mApiCallCount = 0; in getApiCallCount()
785 return mApiCallCount; in getApiCallCount()
794 mApiCallCount = 0; in getApiCallCount()
797 return mApiCallCount; in getApiCallCount()
813 mApiCallCount++; in tryApiCall()
822 if (mApiCallCount > 0) { in resetRateLimiting()
823 mApiCallCount = 0; in resetRateLimiting()
829 mApiCallCount = 0; in resetRateLimitingForCommandLineNoSaving()
902 mApiCallCount = 0; in resetThrottling()
[all …]