Home
last modified time | relevance | path

Searched defs:isWithinQuotaLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/utils/quota/
DMultiRateLimiter.java92 private boolean isWithinQuotaLocked(int userId, @NonNull String packageName, in isWithinQuotaLocked() method in MultiRateLimiter
DCountQuotaTracker.java315 boolean isWithinQuotaLocked(final int userId, @NonNull final String packageName, in isWithinQuotaLocked() method in CountQuotaTracker
361 private boolean isWithinQuotaLocked(@NonNull final ExecutionStats stats) { in isWithinQuotaLocked() method in CountQuotaTracker
DQuotaTracker.java390 abstract boolean isWithinQuotaLocked(int userId, @NonNull String packageName, in isWithinQuotaLocked() method in QuotaTracker