Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DDownloadCompletedOutput.java42 @NonNull private List<String> mRetainedKeys = Collections.emptyList(); field in DownloadCompletedOutput
62 this.mRetainedKeys = retainedKeys; in DownloadCompletedOutput()
64 NonNull.class, null, mRetainedKeys); in DownloadCompletedOutput()
75 return mRetainedKeys; in getRetainedKeys()
91 && java.util.Objects.equals(mRetainedKeys, that.mRetainedKeys); in equals()
101 _hash = 31 * _hash + java.util.Objects.hashCode(mRetainedKeys); in hashCode()
112 private @NonNull List<String> mRetainedKeys; field in DownloadCompletedOutput.Builder
127 mRetainedKeys = value; in setRetainedKeys()
134 if (mRetainedKeys == null) setRetainedKeys(new java.util.ArrayList<>()); in addRetainedKey()
135 mRetainedKeys.add(value); in addRetainedKey()
[all …]
DDownloadCompletedOutputParcel.java38 @NonNull private List<String> mRetainedKeys = Collections.emptyList(); field in DownloadCompletedOutputParcel
70 this.mRetainedKeys = retainedKeys; in DownloadCompletedOutputParcel()
72 NonNull.class, null, mRetainedKeys); in DownloadCompletedOutputParcel()
83 return mRetainedKeys; in getRetainedKeys()
92 dest.writeStringList(mRetainedKeys); in writeToParcel()
109 this.mRetainedKeys = retainedKeys; in DownloadCompletedOutputParcel()
111 NonNull.class, null, mRetainedKeys); in DownloadCompletedOutputParcel()