Searched refs:mProfilerInfo (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/servertransaction/ |
H A D | LaunchActivityItem.java | 71 private ProfilerInfo mProfilerInfo; field in LaunchActivityItem 100 mPendingResults, mPendingNewIntents, mActivityOptions, mIsForward, mProfilerInfo, in execute() 168 dest.writeTypedObject(mProfilerInfo, flags); in writeToParcel() 228 && Objects.equals(mProfilerInfo, other.mProfilerInfo) in equals() 250 result = 31 * result + Objects.hashCode(mProfilerInfo); in hashCode() 289 + ",options=" + mActivityOptions + ",profilerInfo=" + mProfilerInfo in toString() 318 instance.mProfilerInfo = profilerInfo; in setValues()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
H A D | TestUtils.java | 108 private ProfilerInfo mProfilerInfo; field in TestUtils.LaunchActivityItemBuilder 190 mProfilerInfo = profilerInfo; in setProfilerInfo() 218 mActivityOptions, mIsForward, mProfilerInfo, mAssistToken, in build()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 363 private ProfilerInfo mProfilerInfo = null; field in AppProfiler.ProfileData 389 mProfilerInfo = profilerInfo; in setProfilerInfo() 396 return mProfilerInfo; in getProfilerInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowProcessController.java | 1354 final ProfilerInfo currentProfilerInfo = mAtm.mProfilerInfo; in createProfilerInfoIfNeeded()
|
H A D | ActivityTaskManagerService.java | 565 ProfilerInfo mProfilerInfo = null; field in ActivityTaskManagerService 6934 mProfilerInfo = profilerInfo; in setProfilerInfo()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8632 Landroid/app/servertransaction/LaunchActivityItem;->mProfilerInfo:Landroid/app/ProfilerInfo;
|