Searched refs:mDataType (Results 1 – 3 of 3) sorted by relevance
93 private final short mDataType; field in ExifTag130 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 …]
32 private final int mDataType; field in BluetoothHealthAppConfiguration45 mDataType = dataType; in BluetoothHealthAppConfiguration()62 mDataType = dataType; in BluetoothHealthAppConfiguration()73 mDataType == config.getDataType() && in equals()84 result = 31 * result + mDataType; in hashCode()93 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " + in toString()107 return mDataType; in getDataType()161 out.writeInt(mDataType); in writeToParcel()
35 private final int mDataType; field in RestoreDescription58 + ((mDataType == TYPE_KEY_VALUE) ? "KEY_VALUE" : "STREAM") in toString()67 mDataType = dataType; in RestoreDescription()75 return mDataType; in getDataType()89 out.writeInt(mDataType); in writeToParcel()108 mDataType = in.readInt(); in RestoreDescription()