OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportedInteraction
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
128
boolean
reportedInteraction
;// Whether we have told usage stats about it being an interaction
320
if (
reportedInteraction
|| fgInteractionTime != 0) {
321
pw.print(prefix); pw.print("
reportedInteraction
=");
322
pw.print(
reportedInteraction
);
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 59 milliseconds