Home
last modified time | relevance | path

Searched refs:mPendingNewIntents (Results 1 – 3 of 3) 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.java63 private List<ReferrerIntent> mPendingNewIntents; field in LaunchActivityItem
81 mPendingResults, mPendingNewIntents, mIsForward, in execute()
141 dest.writeTypedList(mPendingNewIntents, flags); in writeToParcel()
192 && Objects.equals(mPendingNewIntents, other.mPendingNewIntents) in equals()
211 result = 31 * result + Objects.hashCode(mPendingNewIntents); in hashCode()
255 + ",pendingNewIntents=" + mPendingNewIntents + ",profilerInfo=" + mProfilerInfo in toString()
279 instance.mPendingNewIntents = pendingNewIntents; in setValues()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8571 Landroid/app/servertransaction/ActivityRelaunchItem;->mPendingNewIntents:Ljava/util/List;
8631 Landroid/app/servertransaction/LaunchActivityItem;->mPendingNewIntents:Ljava/util/List;