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/
DAppErrors.java23 import static com.android.server.am.ActivityManagerConstants.PROCESS_CRASH_COUNT_RESET_INTERVAL;
985 if (count == null || (count.first + PROCESS_CRASH_COUNT_RESET_INTERVAL) < now) {
997 && now < (crashCount.first + PROCESS_CRASH_COUNT_RESET_INTERVAL)
DActivityManagerConstants.java645 static long PROCESS_CRASH_COUNT_RESET_INTERVAL = DEFAULT_PROCESS_CRASH_COUNT_RESET_INTERVAL; field in ActivityManagerConstants
1634 PROCESS_CRASH_COUNT_RESET_INTERVAL = mParser.getInt( in updateConstants()
2398 pw.println(PROCESS_CRASH_COUNT_RESET_INTERVAL);