Searched refs:mPendingNewIntents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/servertransaction/ |
D | ActivityRelaunchItem.java | 44 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()
|
D | LaunchActivityItem.java | 63 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/ |
D | hiddenapi-greylist-max-o.txt | 8571 Landroid/app/servertransaction/ActivityRelaunchItem;->mPendingNewIntents:Ljava/util/List; 8631 Landroid/app/servertransaction/LaunchActivityItem;->mPendingNewIntents:Ljava/util/List;
|