Searched refs:Threshold (Results 1 – 3 of 3) sorted by relevance
66 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 RescueParty231 public Threshold(int uid, int triggerCount, long triggerWindow) { in Threshold() method in RescueParty.Threshold267 private static class BootThreshold extends Threshold {300 private static class AppThreshold extends Threshold {
48 LVM_INT16 Threshold; /* Target threshold */ member
5085 Lcom/android/server/RescueParty$Threshold;