Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRescueParty.java69 private static final Threshold sBoot = new BootThreshold();
71 private static SparseArray<Threshold> sApps = new SparseArray<>();
121 Threshold t = sApps.get(uid); in notePersistentAppCrash()
224 private abstract static class Threshold { class in RescueParty
234 public Threshold(int uid, int triggerCount, long triggerWindow) { in Threshold() method in RescueParty.Threshold
270 private static class BootThreshold extends Threshold {
303 private static class AppThreshold extends Threshold {
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DCompLim.h48 LVM_INT16 Threshold; /* Target threshold */ member
/frameworks/base/services/
Dart-profile1859 Lcom/android/server/RescueParty$Threshold;