Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerConstants.java406 static long PROCESS_CRASH_COUNT_RESET_INTERVAL = DEFAULT_PROCESS_CRASH_COUNT_RESET_INTERVAL; field in ActivityManagerConstants
937 PROCESS_CRASH_COUNT_RESET_INTERVAL = mParser.getInt( in updateConstants()
1284 pw.println(PROCESS_CRASH_COUNT_RESET_INTERVAL);
DAppErrors.java23 import static com.android.server.am.ActivityManagerConstants.PROCESS_CRASH_COUNT_RESET_INTERVAL;
953 if (count == null || (count.first + PROCESS_CRASH_COUNT_RESET_INTERVAL) < now) {
965 && now < (crashCount.first + PROCESS_CRASH_COUNT_RESET_INTERVAL)