Searched refs:LAST_ANR_LIFETIME_DURATION_MSECS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java158 static final int LAST_ANR_LIFETIME_DURATION_MSECS = 2 * 60 * 60 * 1000; // Two hours field in class:ActiveServices
2853 mAm.mHandler.postDelayed(mLastAnrDumpClearer, LAST_ANR_LIFETIME_DURATION_MSECS);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java308 static final int LAST_ANR_LIFETIME_DURATION_MSECS = 2 * 60 * 60 * 1000; // Two hours field in class:WindowManagerService
549 * LAST_ANR_LIFETIME_DURATION_MSECS */
10891 mH.sendEmptyMessageDelayed(H.RESET_ANR_MESSAGE, LAST_ANR_LIFETIME_DURATION_MSECS);

Completed in 79 milliseconds