Searched refs:getApiCallCount (Results 1 – 2 of 2) sorted by relevance
493 public int getApiCallCount(boolean unlimited) { in getApiCallCount() method in ShortcutPackage545 if (getApiCallCount(unlimited) >= s.mMaxUpdatesPerInterval) { in tryApiCall()1252 pw.print(getApiCallCount(/*unlimited=*/ false)); in dump()
2159 return mMaxUpdatesPerInterval - ps.getApiCallCount(unlimited); in getRemainingCallCount()