Home
last modified time | relevance | path

Searched refs:mIsForward (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DResumeActivityItem.java41 private boolean mIsForward; field in ResumeActivityItem
54 client.handleResumeActivity(r, true /* finalStateRequest */, mIsForward, in execute()
84 instance.mIsForward = isForward; in obtain()
97 instance.mIsForward = isForward; in obtain()
107 mIsForward = false; in recycle()
119 dest.writeBoolean(mIsForward); in writeToParcel()
126 mIsForward = in.readBoolean(); in ResumeActivityItem()
150 && mIsForward == other.mIsForward; in equals()
158 result = 31 * result + (mIsForward ? 1 : 0); in hashCode()
165 + ",updateProcState=" + mUpdateProcState + ",isForward=" + mIsForward + "}"; in toString()
H A DLaunchActivityItem.java71 private boolean mIsForward; field in LaunchActivityItem
87 mPendingResults, mPendingNewIntents, mActivityOptions, mIsForward, mProfilerInfo, in preExecute()
168 dest.writeBoolean(mIsForward); in writeToParcel()
228 && mIsForward == other.mIsForward in equals()
250 result = 31 * result + (mIsForward ? 1 : 0); in hashCode()
319 instance.mIsForward = isForward; in setValues()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java109 private boolean mIsForward; field in TestUtils.LaunchActivityItemBuilder
187 mIsForward = isForward; in setIsForward()
220 mActivityOptions, mIsForward, mProfilerInfo, mAssistToken, in build()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8626 Landroid/app/servertransaction/LaunchActivityItem;->mIsForward:Z
8718 Landroid/app/servertransaction/ResumeActivityItem;->mIsForward:Z