Searched refs:Categorizer (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | Categorizer.java | 27 public interface Categorizer { interface 29 Categorizer SINGLE_CATEGORIZER = (userId, packageName, tag) -> Category.SINGLE_CATEGORY;
|
H A D | MultiRateLimiter.java | 117 private final Categorizer mCategorizer; 131 this.mCategorizer = Categorizer.SINGLE_CATEGORIZER; in Builder()
|
H A D | QuotaTracker.java | 86 final Categorizer mCategorizer; 160 QuotaTracker(@NonNull Context context, @NonNull Categorizer categorizer, in QuotaTracker()
|
H A D | CountQuotaTracker.java | 163 public CountQuotaTracker(@NonNull Context context, @NonNull Categorizer categorizer) { in CountQuotaTracker() 168 CountQuotaTracker(@NonNull Context context, @NonNull Categorizer categorizer, in CountQuotaTracker()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
H A D | CountQuotaTrackerTest.java | 107 static class CategorizerForTest implements Categorizer {
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 115 import com.android.server.utils.quota.Categorizer; 269 private static final Categorizer QUOTA_CATEGORIZER = (userId, packageName, tag) -> {
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 42018 HSPLcom/android/server/utils/quota/Categorizer$$ExternalSyntheticLambda0;-><clinit>()V 42019 HSPLcom/android/server/utils/quota/Categorizer$$ExternalSyntheticLambda0;-><init>()V 42020 HPLcom/android/server/utils/quota/Categorizer$$ExternalSyntheticLambda0;->getCategory(ILjava/lang/S… 42021 HSPLcom/android/server/utils/quota/Categorizer;-><clinit>()V 42022 HPLcom/android/server/utils/quota/Categorizer;->lambda$static$0(ILjava/lang/String;Ljava/lang/Strin… 42055 …/CountQuotaTracker;-><init>(Landroid/content/Context;Lcom/android/server/utils/quota/Categorizer;)V 42056 …cker;-><init>(Landroid/content/Context;Lcom/android/server/utils/quota/Categorizer;Lcom/android/se… 42062 …/utils/quota/Categorizer;Lcom/android/server/job/JobSchedulerService$$ExternalSyntheticLambda0;,Lc… 42116 …cker;-><init>(Landroid/content/Context;Lcom/android/server/utils/quota/Categorizer;Lcom/android/se… 56123 Lcom/android/server/utils/quota/Categorizer$$ExternalSyntheticLambda0; [all …]
|