Searched refs: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.
438 // Note resetThrottlingIfNeeded() and resetRateLimiting() will set 0 to mApiCallCount,
449 mApiCallCount = 0;
450 return mApiCallCount;
459 mApiCallCount = 0;
462 return mApiCallCount;
466 * If the caller app hasn't been throttled yet, increment {@link #mApiCallCount}
478 mApiCallCount++;
487 if (mApiCallCount >
[all...]

Completed in 30 milliseconds