Home
last modified time | relevance | path

Searched refs:_hash (Results 1 – 25 of 61) sorted by relevance

123

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java201 int _hash = 1; in hashCode() local
202 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()
203 _hash = 31 * _hash + mEventKind; in hashCode()
204 _hash = 31 * _hash + Long.hashCode(mPopulationId); in hashCode()
205 _hash = 31 * _hash + Long.hashCode(mTaskId); in hashCode()
206 _hash = 31 * _hash + Long.hashCode(mDurationInMillis); in hashCode()
207 _hash = 31 * _hash + Long.hashCode(mExampleCount); in hashCode()
208 _hash = 31 * _hash + Long.hashCode(mExampleSize); in hashCode()
209 _hash = 31 * _hash + Long.hashCode(mDataTransferDurationMillis); in hashCode()
210 _hash = 31 * _hash + Long.hashCode(mBytesUploaded); in hashCode()
[all …]
DApiCallStats.java118 int _hash = 1; in hashCode() local
119 _hash = 31 * _hash + mApiClass; in hashCode()
120 _hash = 31 * _hash + mApiName; in hashCode()
121 _hash = 31 * _hash + mLatencyMillis; in hashCode()
122 _hash = 31 * _hash + mResponseCode; in hashCode()
123 _hash = 31 * _hash + java.util.Objects.hashCode(mSdkPackageName); in hashCode()
124 return _hash; in hashCode()
DExampleIteratorLatency.java93 int _hash = 1; in hashCode() local
94 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()
95 _hash = 31 * _hash + Long.hashCode(mTaskId); in hashCode()
96 _hash = 31 * _hash + Long.hashCode(mGetNextLatencyNanos); in hashCode()
97 return _hash; in hashCode()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/statsd/
DApiCallStats.java156 int _hash = 1; in hashCode() local
157 _hash = 31 * _hash + mApiClass; in hashCode()
158 _hash = 31 * _hash + mApiName; in hashCode()
159 _hash = 31 * _hash + mLatencyMillis; in hashCode()
160 _hash = 31 * _hash + mResponseCode; in hashCode()
161 _hash = 31 * _hash + mOverheadLatencyMillis; in hashCode()
162 _hash = 31 * _hash + mAppUid; in hashCode()
163 _hash = 31 * _hash + java.util.Objects.hashCode(mSdkPackageName); in hashCode()
164 _hash = 31 * _hash + mRpcCallLatencyMillis; in hashCode()
165 _hash = 31 * _hash + mRpcReturnLatencyMillis; in hashCode()
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DJoinedEvent.java213 int _hash = 1; in hashCode() local
214 _hash = 31 * _hash + Long.hashCode(mEventId); in hashCode()
215 _hash = 31 * _hash + Long.hashCode(mQueryId); in hashCode()
216 _hash = 31 * _hash + mRowIndex; in hashCode()
217 _hash = 31 * _hash + java.util.Objects.hashCode(mService); in hashCode()
218 _hash = 31 * _hash + mType; in hashCode()
219 _hash = 31 * _hash + Long.hashCode(mEventTimeMillis); in hashCode()
220 _hash = 31 * _hash + java.util.Arrays.hashCode(mEventData); in hashCode()
221 _hash = 31 * _hash + Long.hashCode(mQueryTimeMillis); in hashCode()
222 _hash = 31 * _hash + java.util.Arrays.hashCode(mQueryData); in hashCode()
[all …]
DEvent.java186 int _hash = 1; in hashCode() local
187 _hash = 31 * _hash + Long.hashCode(mEventId); in hashCode()
188 _hash = 31 * _hash + Long.hashCode(mQueryId); in hashCode()
189 _hash = 31 * _hash + mRowIndex; in hashCode()
190 _hash = 31 * _hash + java.util.Objects.hashCode(mService); in hashCode()
191 _hash = 31 * _hash + mType; in hashCode()
192 _hash = 31 * _hash + Long.hashCode(mTimeMillis); in hashCode()
193 _hash = 31 * _hash + java.util.Arrays.hashCode(mEventData); in hashCode()
194 return _hash; in hashCode()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DInferenceInput.java264 int _hash = 1; in hashCode() local
265 _hash = 31 * _hash + java.util.Objects.hashCode(mKeyValueStore); in hashCode()
266 _hash = 31 * _hash + java.util.Objects.hashCode(mModelKey); in hashCode()
267 _hash = 31 * _hash + mDelegateType; in hashCode()
268 _hash = 31 * _hash + mModelType; in hashCode()
269 _hash = 31 * _hash + mRecommendedNumThreads; in hashCode()
270 return _hash; in hashCode()
507 int _hash = 1; in hashCode() local
508 _hash = 31 * _hash + java.util.Objects.hashCode(mParams); in hashCode()
509 _hash = 31 * _hash + java.util.Arrays.hashCode(mInputData); in hashCode()
[all …]
DTrainingExamplesInput.java173 int _hash = 1; in hashCode() local
174 _hash = 31 * _hash + java.util.Objects.hashCode(mPopulationName); in hashCode()
175 _hash = 31 * _hash + java.util.Objects.hashCode(mTaskName); in hashCode()
176 _hash = 31 * _hash + java.util.Arrays.hashCode(mResumptionToken); in hashCode()
177 _hash = 31 * _hash + java.util.Objects.hashCode(mCollectionName); in hashCode()
178 return _hash; in hashCode()
DRenderInput.java139 int _hash = 1; in hashCode() local
140 _hash = 31 * _hash + mWidth; in hashCode()
141 _hash = 31 * _hash + mHeight; in hashCode()
142 _hash = 31 * _hash + java.util.Objects.hashCode(mRenderingConfig); in hashCode()
143 return _hash; in hashCode()
DMeasurementWebTriggerEventParams.java190 int _hash = 1; in hashCode() local
191 _hash = 31 * _hash + java.util.Objects.hashCode(mDestinationUrl); in hashCode()
192 _hash = 31 * _hash + java.util.Objects.hashCode(mAppPackageName); in hashCode()
193 _hash = 31 * _hash + java.util.Objects.hashCode(mIsolatedService); in hashCode()
194 _hash = 31 * _hash + java.util.Objects.hashCode(mCertDigest); in hashCode()
195 _hash = 31 * _hash + java.util.Arrays.hashCode(mEventData); in hashCode()
196 return _hash; in hashCode()
DUserData.java301 int _hash = 1; in hashCode() local
302 _hash = 31 * _hash + mTimezoneUtcOffsetMins; in hashCode()
303 _hash = 31 * _hash + mOrientation; in hashCode()
304 _hash = 31 * _hash + Long.hashCode(mAvailableStorageBytes); in hashCode()
305 _hash = 31 * _hash + mBatteryPercentage; in hashCode()
306 _hash = 31 * _hash + java.util.Objects.hashCode(mCarrier); in hashCode()
307 _hash = 31 * _hash + java.util.Objects.hashCode(mNetworkCapabilities); in hashCode()
308 _hash = 31 * _hash + mDataNetworkType; in hashCode()
309 _hash = 31 * _hash + java.util.Objects.hashCode(mAppInfos); in hashCode()
310 return _hash; in hashCode()
DWebTriggerInput.java148 int _hash = 1; in hashCode() local
149 _hash = 31 * _hash + java.util.Objects.hashCode(mDestinationUrl); in hashCode()
150 _hash = 31 * _hash + java.util.Objects.hashCode(mAppPackageName); in hashCode()
151 _hash = 31 * _hash + java.util.Arrays.hashCode(mData); in hashCode()
152 return _hash; in hashCode()
DExecuteOutput.java180 int _hash = 1; in hashCode() local
181 _hash = 31 * _hash + java.util.Objects.hashCode(mRequestLogRecord); in hashCode()
182 _hash = 31 * _hash + java.util.Objects.hashCode(mRenderingConfig); in hashCode()
183 _hash = 31 * _hash + java.util.Objects.hashCode(mEventLogRecords); in hashCode()
184 _hash = 31 * _hash + java.util.Arrays.hashCode(mOutputData); in hashCode()
185 return _hash; in hashCode()
DJoinedLogRecord.java155 int _hash = 1; in hashCode() local
156 _hash = 31 * _hash + Long.hashCode(mRequestTimeMillis); in hashCode()
157 _hash = 31 * _hash + Long.hashCode(mEventTimeMillis); in hashCode()
158 _hash = 31 * _hash + mType; in hashCode()
159 _hash = 31 * _hash + java.util.Objects.hashCode(mRequestData); in hashCode()
160 _hash = 31 * _hash + java.util.Objects.hashCode(mEventData); in hashCode()
161 return _hash; in hashCode()
DEventLogRecord.java221 int _hash = 1; in hashCode() local
222 _hash = 31 * _hash + mRowIndex; in hashCode()
223 _hash = 31 * _hash + mType; in hashCode()
224 _hash = 31 * _hash + Long.hashCode(mTimeMillis); in hashCode()
225 _hash = 31 * _hash + java.util.Objects.hashCode(mData); in hashCode()
226 _hash = 31 * _hash + java.util.Objects.hashCode(mRequestLogRecord); in hashCode()
227 return _hash; in hashCode()
DCalleeMetadata.java105 int _hash = 1; in hashCode() local
106 _hash = 31 * _hash + Long.hashCode(mElapsedTimeMillis); in hashCode()
107 _hash = 31 * _hash + Long.hashCode(mServiceEntryTimeMillis); in hashCode()
108 _hash = 31 * _hash + Long.hashCode(mCallbackInvokeTimeMillis); in hashCode()
109 return _hash; in hashCode()
DRenderOutput.java142 int _hash = 1; in hashCode() local
143 _hash = 31 * _hash + java.util.Objects.hashCode(mContent); in hashCode()
144 _hash = 31 * _hash + java.util.Objects.hashCode(mTemplateId); in hashCode()
145 _hash = 31 * _hash + java.util.Objects.hashCode(mTemplateParams); in hashCode()
146 return _hash; in hashCode()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/data/
DTaskHistory.java150 int _hash = 1; in hashCode() local
151 _hash = 31 * _hash + mJobId; in hashCode()
152 _hash = 31 * _hash + java.util.Objects.hashCode(mPopulationName); in hashCode()
153 _hash = 31 * _hash + java.util.Objects.hashCode(mTaskId); in hashCode()
154 _hash = 31 * _hash + Long.hashCode(mContributionTime); in hashCode()
155 _hash = 31 * _hash + Long.hashCode(mContributionRound); in hashCode()
156 _hash = 31 * _hash + Long.hashCode(mTotalParticipation); in hashCode()
157 return _hash; in hashCode()
DFederatedComputeEncryptionKey.java193 int _hash = 1; in hashCode() local
194 _hash = 31 * _hash + java.util.Objects.hashCode(mKeyIdentifier); in hashCode()
195 _hash = 31 * _hash + java.util.Objects.hashCode(mPublicKey); in hashCode()
196 _hash = 31 * _hash + mKeyType; in hashCode()
197 _hash = 31 * _hash + Long.hashCode(mCreationTime); in hashCode()
198 _hash = 31 * _hash + Long.hashCode(mExpiryTime); in hashCode()
199 return _hash; in hashCode()
DODPAuthorizationToken.java114 int _hash = 1; in hashCode() local
115 _hash = 31 * _hash + java.util.Objects.hashCode(mOwnerIdentifier); in hashCode()
116 _hash = 31 * _hash + java.util.Objects.hashCode(mAuthorizationToken); in hashCode()
117 _hash = 31 * _hash + Long.hashCode(mCreationTime); in hashCode()
118 _hash = 31 * _hash + Long.hashCode(mExpiryTime); in hashCode()
119 return _hash; in hashCode()
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/common/
DExampleConsumption.java126 int _hash = 1; in hashCode() local
127 _hash = 31 * _hash + java.util.Objects.hashCode(mTaskId); in hashCode()
128 _hash = 31 * _hash + java.util.Arrays.hashCode(mSelectionCriteria); in hashCode()
129 _hash = 31 * _hash + mExampleCount; in hashCode()
130 _hash = 31 * _hash + java.util.Arrays.hashCode(mResumptionToken); in hashCode()
131 _hash = 31 * _hash + java.util.Objects.hashCode(mCollectionUri); in hashCode()
132 return _hash; in hashCode()
DTrainingOptions.java159 int _hash = 1; in hashCode() local
160 _hash = 31 * _hash + java.util.Objects.hashCode(mPopulationName); in hashCode()
161 _hash = 31 * _hash + java.util.Objects.hashCode(mServerAddress); in hashCode()
162 _hash = 31 * _hash + java.util.Objects.hashCode(mOwnerComponentName); in hashCode()
163 _hash = 31 * _hash + java.util.Objects.hashCode(mTrainingInterval); in hashCode()
164 _hash = 31 * _hash + java.util.Arrays.hashCode(mContextData); in hashCode()
165 return _hash; in hashCode()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsLayer.java172 int _hash = 1; in hashCode() local
173 _hash = 31 * _hash + mType; in hashCode()
174 _hash = 31 * _hash + mChannel; in hashCode()
175 _hash = 31 * _hash + mVersion; in hashCode()
176 return _hash; in hashCode()
/packages/services/Car/car-lib/src/android/car/input/
DCustomInputEvent.java151 int _hash = 1; in hashCode() local
152 _hash = 31 * _hash + mInputCode; in hashCode()
153 _hash = 31 * _hash + mTargetDisplayType; in hashCode()
154 _hash = 31 * _hash + mRepeatCounter; in hashCode()
155 return _hash; in hashCode()
/packages/services/Car/car-lib/src/android/car/oem/
DOemCarAudioVolumeRequest.java187 int _hash = 1; in hashCode() local
188 _hash = 31 * _hash + mAudioZoneId; in hashCode()
189 _hash = 31 * _hash + mCallState; in hashCode()
190 _hash = 31 * _hash + Objects.hashCode(mActivePlaybackAttributes); in hashCode()
191 _hash = 31 * _hash + Objects.hashCode(mDuckedAudioAttributes); in hashCode()
192 _hash = 31 * _hash + Objects.hashCode(mCarVolumeGroupInfos); in hashCode()
193 return _hash; in hashCode()

123