OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAG_AM
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerDebugConfig.java
25
// All output logs in the activity manager package use the {@link #
TAG_AM
} string for tagging
39
static final String
TAG_AM
= "ActivityManager";
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java
347
if (mAmTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.
TAG_AM
);
392
private static final int
TAG_AM
= 1 << 6;
Completed in 174 milliseconds