OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anrCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java
74
int
anrCount
; // has this broadcast record hit any ANRs?
143
if (
anrCount
!= 0) {
144
pw.print(prefix); pw.print("
anrCount
="); pw.println(
anrCount
);
BroadcastQueue.java
[
all
...]
Completed in 2596 milliseconds