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.java116 private int mApiCallCount; field in ShortcutPackage
519 mApiCallCount = 0; in getApiCallCount()
520 return mApiCallCount; in getApiCallCount()
529 mApiCallCount = 0; in getApiCallCount()
532 return mApiCallCount; in getApiCallCount()
548 mApiCallCount++; in tryApiCall()
557 if (mApiCallCount > 0) { in resetRateLimiting()
558 mApiCallCount = 0; in resetRateLimiting()
564 mApiCallCount = 0; in resetRateLimitingForCommandLineNoSaving()
634 mApiCallCount = 0; in resetThrottling()
[all …]