Home
last modified time | relevance | path

Searched defs:onQuotaStateChanged (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DQuotaChangeListener.java33 void onQuotaStateChanged(int userId, @NonNull String packageName, @Nullable String tag); in onQuotaStateChanged() method
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java134 public void onQuotaStateChanged(int userId, String packageName, String tag) { in onQuotaStateChanged() method in CountQuotaTrackerTest.TestQuotaChangeListener