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.java114 private int mApiCallCount; field in ShortcutPackage
454 mApiCallCount = 0; in getApiCallCount()
455 return mApiCallCount; in getApiCallCount()
464 mApiCallCount = 0; in getApiCallCount()
467 return mApiCallCount; in getApiCallCount()
483 mApiCallCount++; in tryApiCall()
492 if (mApiCallCount > 0) { in resetRateLimiting()
493 mApiCallCount = 0; in resetRateLimiting()
499 mApiCallCount = 0; in resetRateLimitingForCommandLineNoSaving()
561 mApiCallCount = 0; in resetThrottling()
[all …]