Searched refs:Threshold (Results 1 – 5 of 5) sorted by relevance
91 private static final Threshold sBoot = new BootThreshold();93 private static SparseArray<Threshold> sApps = new SparseArray<>();143 Threshold t = sApps.get(uid); in noteAppCrash()176 Threshold appThreshold = sApps.get(sApps.keyAt(i)); in resetAllThresholds()277 private abstract static class Threshold { class in RescueParty287 public Threshold(int uid, int triggerCount, long triggerWindow) { in Threshold() method in RescueParty.Threshold323 private static class BootThreshold extends Threshold {356 private static class AppThreshold extends Threshold {
36 struct Threshold { struct41 static constexpr std::array<Threshold, 3> THRESHOLDS{42 Threshold{.color = Color::Green_500, .percentFrametime = 0.8f},43 Threshold{.color = Color::Lime_500, .percentFrametime = 1.0f},44 Threshold{.color = Color::Red_500, .percentFrametime = 1.5f},
48 LVM_INT16 Threshold; /* Target threshold */ member
90 return new Threshold().compute(bitmap); in doInBackground()108 private static class Threshold { class in ImageProcessHelper
1677 HSPLcom/android/server/RescueParty$Threshold;->incrementAndTest()Z18416 Lcom/android/server/RescueParty$Threshold;