Searched refs:getApiCallCount (Results 1 – 3 of 3) sorted by relevance
512 public int getApiCallCount(boolean unlimited) { in getApiCallCount() method in ShortcutPackage564 if (getApiCallCount(unlimited) >= s.mMaxUpdatesPerInterval) { in tryApiCall()1368 pw.print(getApiCallCount(/*unlimited=*/ false)); in dump()
2223 return mMaxUpdatesPerInterval - ps.getApiCallCount(unlimited); in getRemainingCallCount()
11470 PLcom/android/server/pm/ShortcutPackage;->getApiCallCount(Z)I