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