Home
last modified time | relevance | path

Searched refs:mProfilerInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DLaunchActivityItem.java62 private ProfilerInfo mProfilerInfo; field in LaunchActivityItem
77 mProfilerInfo, client); in execute()
131 dest.writeTypedObject(mProfilerInfo, flags); in writeToParcel()
180 && Objects.equals(mProfilerInfo, other.mProfilerInfo); in equals()
198 result = 31 * result + Objects.hashCode(mProfilerInfo); in hashCode()
239 + ",pendingNewIntents=" + mPendingNewIntents + ",profilerInfo=" + mProfilerInfo in toString()
264 instance.mProfilerInfo = profilerInfo; in setValues()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1682 ProfilerInfo mProfilerInfo = null; field in ActivityManagerService
7719 if (mProfilerInfo != null) { in attachApplicationLocked()
7722 boolean needsInfo = mProfilerInfo.profileFile != null in attachApplicationLocked()
7723 || mProfilerInfo.attachAgentDuringBind; in attachApplicationLocked()
7724 profilerInfo = needsInfo ? new ProfilerInfo(mProfilerInfo) : null; in attachApplicationLocked()
7725 if (mProfilerInfo.agent != null) { in attachApplicationLocked()
7726 preBindAgent = mProfilerInfo.agent; in attachApplicationLocked()
7750 if (TextUtils.equals(mProfileApp, processName) && mProfilerInfo != null) { in attachApplicationLocked()
7952 if ((mProfileProc == r.app) && mProfilerInfo != null) { in activityIdle()
13679 if (mProfilerInfo != null) { in setProfileApp()
[all …]
DActivityStackSupervisor.java1493 ProfilerInfo profilerInfoSvc = mService.mProfilerInfo; in realStartActivityLocked()