/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/ |
D | TrainingEventReported.java | 201 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 …]
|
D | ApiCallStats.java | 118 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()
|
D | ExampleIteratorLatency.java | 93 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/ |
D | ApiCallStats.java | 156 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/ |
D | JoinedEvent.java | 213 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 …]
|
D | Event.java | 186 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/ |
D | InferenceInput.java | 264 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 …]
|
D | TrainingExamplesInput.java | 173 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()
|
D | RenderInput.java | 139 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()
|
D | MeasurementWebTriggerEventParams.java | 190 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()
|
D | UserData.java | 301 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()
|
D | WebTriggerInput.java | 148 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()
|
D | ExecuteOutput.java | 180 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()
|
D | JoinedLogRecord.java | 155 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()
|
D | EventLogRecord.java | 221 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()
|
D | CalleeMetadata.java | 105 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()
|
D | RenderOutput.java | 142 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/ |
D | TaskHistory.java | 150 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()
|
D | FederatedComputeEncryptionKey.java | 193 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()
|
D | ODPAuthorizationToken.java | 114 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/ |
D | ExampleConsumption.java | 126 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()
|
D | TrainingOptions.java | 159 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/ |
D | VmsLayer.java | 172 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/ |
D | CustomInputEvent.java | 151 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/ |
D | OemCarAudioVolumeRequest.java | 187 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()
|