Home
last modified time | relevance | path

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

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