Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRescueParty.java93 private static SparseArray<Threshold> sApps = new SparseArray<>(); field in RescueParty
143 Threshold t = sApps.get(uid); in noteAppCrash()
146 sApps.put(uid, t); in noteAppCrash()
175 for (int i = 0; i < sApps.size(); i++) { in resetAllThresholds()
176 Threshold appThreshold = sApps.get(sApps.keyAt(i)); in resetAllThresholds()