OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrumentationReporter
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java
28
public class
InstrumentationReporter
{
41
super("
InstrumentationReporter
");
42
if (DEBUG) Slog.d(TAG, "Starting
InstrumentationReporter
: " + this);
65
if (DEBUG) Slog.d(TAG, "Exiting
InstrumentationReporter
: " + this);
ActivityManagerService.java
561
final
InstrumentationReporter
mInstrumentationReporter = new
InstrumentationReporter
();
[
all
...]
Completed in 1117 milliseconds