Searched refs:initProfilerInfo (Results 1 – 1 of 1) sorted by relevance
453 ProfilerInfo initProfilerInfo; field in ActivityThread.AppBindData822 data.initProfilerInfo = profilerInfo; in bindApplication()4295 if (data.initProfilerInfo != null) { in handleBindApplication()4296 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication()4297 mProfiler.profileFd = data.initProfilerInfo.profileFd; in handleBindApplication()4298 mProfiler.samplingInterval = data.initProfilerInfo.samplingInterval; in handleBindApplication()4299 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()