OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_ANR_LIFETIME_DURATION_MSECS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java
165
static final int
LAST_ANR_LIFETIME_DURATION_MSECS
= 2 * 60 * 60 * 1000; // Two hours
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
322
static final int
LAST_ANR_LIFETIME_DURATION_MSECS
= 2 * 60 * 60 * 1000; // Two hours
549
*
LAST_ANR_LIFETIME_DURATION_MSECS
*/
[
all
...]
Completed in 97 milliseconds