Searched refs:debits (Results 1 – 1 of 1) sorted by relevance
872 ShrinkableDebits debits = mEJStats.get(userId, packageName);873 if (debits == null) {874 debits = new ShrinkableDebits(878 mEJStats.add(userId, packageName, debits);880 return debits;1560 final long nowElapsed, @NonNull ShrinkableDebits debits, final long credit) { in transactQuotaLocked() argument1561 final long oldTally = debits.getTallyLocked(); in transactQuotaLocked()1562 final long leftover = debits.transactLocked(-credit); in transactQuotaLocked()1566 boolean changed = oldTally != debits.getTallyLocked(); in transactQuotaLocked()2457 final ShrinkableDebits debits =[all …]