Home
last modified time | relevance | path

Searched refs:mPendingNewIntents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DActivityRelaunchItem.java44 private List<ReferrerIntent> mPendingNewIntents; field in ActivityRelaunchItem
58 mPendingNewIntents, mConfigChanges, mConfig, mPreserveWindow); in preExecute()
92 instance.mPendingNewIntents = pendingNewIntents; in obtain()
103 mPendingNewIntents = null; in recycle()
118 dest.writeTypedList(mPendingNewIntents, flags); in writeToParcel()
127 mPendingNewIntents = in.createTypedArrayList(ReferrerIntent.CREATOR); in ActivityRelaunchItem()
154 && Objects.equals(mPendingNewIntents, other.mPendingNewIntents) in equals()
163 result = 31 * result + Objects.hashCode(mPendingNewIntents); in hashCode()
173 + ",pendingNewIntents=" + mPendingNewIntents + ",configChanges=" + mConfigChanges in toString()
DLaunchActivityItem.java60 private List<ReferrerIntent> mPendingNewIntents; field in LaunchActivityItem
76 mPendingResults, mPendingNewIntents, mIsForward, in execute()
129 dest.writeTypedList(mPendingNewIntents, flags); in writeToParcel()
178 && Objects.equals(mPendingNewIntents, other.mPendingNewIntents) in equals()
196 result = 31 * result + Objects.hashCode(mPendingNewIntents); in hashCode()
239 + ",pendingNewIntents=" + mPendingNewIntents + ",profilerInfo=" + mProfilerInfo in toString()
262 instance.mPendingNewIntents = pendingNewIntents; in setValues()