Searched defs:mApiCallCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java114 private int mApiCallCount; field in class:ShortcutPackage
117 * When {@link #mApiCallCount} was reset last time.
447 // Note resetThrottlingIfNeeded() and resetRateLimiting() will set 0 to mApiCallCount,
458 mApiCallCount = 0;
459 return mApiCallCount;
468 mApiCallCount = 0;
471 return mApiCallCount;
475 * If the caller app hasn't been throttled yet, increment {@link #mApiCallCount}
487 mApiCallCount++;
496 if (mApiCallCount >
[all...]

Completed in 141 milliseconds