Searched refs:mProfileData (Results 1 – 2 of 2) sorted by relevance
1329 final ProfileData mProfileData = new ProfileData(); field in ActivityManagerService3610 if (mProfileData.getProfileProc() == app) { in handleAppDiedLocked()4938 if (mProfileData.getProfileApp() != null in attachApplicationLocked()4939 && mProfileData.getProfileApp().equals(processName)) { in attachApplicationLocked()4940 mProfileData.setProfileProc(app); in attachApplicationLocked()4941 if (mProfileData.getProfilerInfo() != null) { in attachApplicationLocked()4944 boolean needsInfo = mProfileData.getProfilerInfo().profileFile != null in attachApplicationLocked()4945 || mProfileData.getProfilerInfo().attachAgentDuringBind; in attachApplicationLocked()4947 ? new ProfilerInfo(mProfileData.getProfilerInfo()) : null; in attachApplicationLocked()4948 if (mProfileData.getProfilerInfo().agent != null) { in attachApplicationLocked()[all …]
1259 if (mService.mProfileData.getProfileProc() == null in clearProfilerIfNeeded()1260 || mService.mProfileData.getProfilerInfo() == null in clearProfilerIfNeeded()1261 || mService.mProfileData.getProfileProc() != this) { in clearProfilerIfNeeded()1329 mService.mProfileData.setProfileProc(this); in onStartActivity()