Searched defs:mProfileApp (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1680 String mProfileApp = null; field in class:ActivityManagerService
7717 if (mProfileApp != null && mProfileApp.equals(processName)) {
7750 if (TextUtils.equals(mProfileApp, processName) && mProfilerInfo != null) {
13677 mProfileApp = processName;
17066 if (mProfileApp != null || mProfileProc != null || (mProfilerInfo != null &&
17068 if (dumpPackage == null || dumpPackage.equals(mProfileApp)) {
17073 pw.println(" mProfileApp=" + mProfileApp + " mProfileProc=" + mProfileProc);
17435 if (mProfileApp !
[all...]

Completed in 81 milliseconds