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.java66 private static final Threshold sBoot = new BootThreshold();
68 private static SparseArray<Threshold> sApps = new SparseArray<>();
118 Threshold t = sApps.get(uid); in notePersistentAppCrash()
221 private abstract static class Threshold { class in RescueParty
231 public Threshold(int uid, int triggerCount, long triggerWindow) { in Threshold() method in RescueParty.Threshold
267 private static class BootThreshold extends Threshold {
300 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/
Dprofile-classes5085 Lcom/android/server/RescueParty$Threshold;