Home
last modified time | relevance | path

Searched refs:CqtHandler (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCountQuotaTracker.java172 mHandler = new CqtHandler(context.getMainLooper()); in CountQuotaTracker()
646 private class CqtHandler extends Handler { class in CountQuotaTracker
647 CqtHandler(Looper looper) { in CqtHandler() method in CountQuotaTracker.CqtHandler