Searched refs:mProfilerInfo (Results 1 – 3 of 3) sorted by relevance
62 private ProfilerInfo mProfilerInfo; field in LaunchActivityItem77 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()
1682 ProfilerInfo mProfilerInfo = null; field in ActivityManagerService7719 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 …]
1493 ProfilerInfo profilerInfoSvc = mService.mProfilerInfo; in realStartActivityLocked()