Searched refs:getApiCallCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java424 public int getApiCallCount() { method in class:ShortcutPackage
470 * locale changes, which is done internally by {@link #getApiCallCount}.
475 if (getApiCallCount() >= s.mMaxUpdatesPerInterval) {
1160 pw.print(getApiCallCount());
1163 // getApiCallCount() may have updated mLastKnownForegroundElapsedTime.
1170 // This should be after getApiCallCount(), which may update it.
H A DShortcutService.java490 // See ShortcutPackage.getApiCallCount() for how it's used.
1991 return mMaxUpdatesPerInterval - ps.getApiCallCount();

Completed in 60 milliseconds