Home
last modified time | relevance | path

Searched refs:mDataType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DKeyValueData.java46 private DataType mDataType = null; field in KeyValueData
51 mDataType = dataType; in KeyValueData()
58 return mDataType; in getDataType()
75 private DataType mDataType = null; field in KeyValueData.Builder
81 mDataType = dataType; in setDataType()
99 Objects.requireNonNull(mDataType); in build()
101 return new KeyValueData(mDataType, mKey, mValue); in build()
107 if (mDataType != DataType.REGISTRATION_REDIRECT_COUNT) { in getRegistrationRedirectCount()
120 if (mDataType != DataType.REGISTRATION_REDIRECT_COUNT) { in setRegistrationRedirectCount()
173 if (mDataType != DataType.AGGREGATE_REPORT_RETRY_COUNT in validateOfTypeReport()
[all …]
/packages/apps/Camera2/src/com/android/camera/exif/
DExifTag.java93 private final short mDataType; field in ExifTag
130 mDataType = type; in ExifTag()
190 return mDataType; in getDataType()
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()
241 mDataType != TYPE_UNSIGNED_LONG) { in setValue()
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) { in setValue()
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) { in setValue()
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) { in setValue()
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) { in setValue()
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays in setValue()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifTag.java93 private final short mDataType; field in ExifTag
130 mDataType = type; in ExifTag()
190 return mDataType; in getDataType()
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()
241 mDataType != TYPE_UNSIGNED_LONG) { in setValue()
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) { in setValue()
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) { in setValue()
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) { in setValue()
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) { in setValue()
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays in setValue()
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifTag.java93 private final short mDataType; field in ExifTag
130 mDataType = type; in ExifTag()
190 return mDataType; in getDataType()
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()
241 mDataType != TYPE_UNSIGNED_LONG) { in setValue()
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) { in setValue()
246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) { in setValue()
287 if (checkBadComponentCount(value.length) || mDataType != TYPE_UNSIGNED_LONG) { in setValue()
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) { in setValue()
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays in setValue()
[all …]
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DIntentFilterData.java61 private final String mDataType; field in IntentFilterData
68 mDataType = dataType; in IntentFilterData()
88 return mDataType; in getDataType()
105 intent.setDataAndType(data, mDataType); in createIntent()
125 if (mDataType != null) { in createIntentFilter()
127 intentFilter.addDataType(mDataType); in createIntentFilter()
142 + ", mDataType='" + mDataType + '\'' in toString()
158 && Objects.equals(mDataType, that.mDataType); in equals()
163 return Objects.hash(mAction, mCategories, mDataScheme, mDataType); in hashCode()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DColumnInfo.java33 private final String mDataType; field in ColumnInfo
50 mDataType = builder.mDataType; in ColumnInfo()
59 private final String mDataType; field in ColumnInfo.Builder
68 mDataType = dataType; in Builder()
111 return mDataType; in getDataType()
143 if (mName.equals(expectedColumn.mName) && mDataType.equals(expectedColumn.mDataType)) { in isEqual()
168 if (!mDataType.equals(expectedColumn.mDataType)) { in checkColumnDiff()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortDimension.java70 private final @DataType int mDataType; field in SortDimension
81 mDataType = dataType; in SortDimension()
95 return mDataType; in getDataType()
146 && mDataType == other.mDataType in equals()
158 .append(", dataType=").append(mDataType) in toString()
176 out.writeInt(mDataType); in writeToParcel()
212 private @DataType int mDataType = DATA_TYPE_STRING; field in SortDimension.Builder
228 mDataType = dataType; in withDataType()
253 mId, mLabelId, mDataType, mSortCapability, mDefaultSortDirection); in build()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/presence/
DDataElementHeader.java66 private final int mDataType; field in DataElementHeader
78 this.mDataType = dataType; in DataElementHeader()
87 return mDataType;
102 if (mDataType < (1 << SINGLE_AVAILABLE_TYPE_BIT)
104 return new byte[]{createSingleByteHeader(mDataType, mDataLength)};
107 return createMultipleBytesHeader(mDataType, mDataLength);
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java53 private final int mDataType; field in PropertyConfigParcel
101 mDataType = dataType; in PropertyConfigParcel()
266 return mDataType; in getDataType()
327 && Objects.equals(mDataType, otherProperty.mDataType) in equals()
349 mDataType, in hashCode()
369 + mDataType in toString()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt654 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mDataType:I