Searched refs:mDataType (Results 1 – 6 of 6) 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 …]
36 private final int mDataType; field in RestoreDescription60 + ((mDataType == TYPE_KEY_VALUE) ? "KEY_VALUE" : "STREAM") in toString()69 mDataType = dataType; in RestoreDescription()77 return mDataType; in getDataType()91 out.writeInt(mDataType); in writeToParcel()110 mDataType = in.readInt(); in RestoreDescription()
94 private String mDataType; field in HealthStats135 mDataType = in.readString(); in HealthStats()195 return mDataType; in getDataType()217 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimer()232 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimerCount()247 throw new IndexOutOfBoundsException("Bad timer key dataType=" + mDataType in getTimerTime()289 throw new IndexOutOfBoundsException("Bad measurement key dataType=" + mDataType in getMeasurement()331 throw new IndexOutOfBoundsException("Bad stats key dataType=" + mDataType in getStats()373 throw new IndexOutOfBoundsException("Bad timers key dataType=" + mDataType in getTimers()415 throw new IndexOutOfBoundsException("Bad measurements key dataType=" + mDataType in getMeasurements()
85 private final String mDataType; field in HealthKeys.Constants94 mDataType = clazz.getSimpleName(); in Constants()136 return mDataType; in getDataType()
398 int typeIcon = (showDataIcon || mConfig.alwaysShowDataRatIcon) ? icons.mDataType : 0; in notifyListeners()692 final int mDataType; field in MobileSignalController.MobileIconGroup702 mDataType = dataType; in MobileIconGroup()
4557 Landroid/app/backup/RestoreDescription;->mDataType:I10470 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mDataType:I49939 Landroid/os/health/HealthKeys$Constants;->mDataType:Ljava/lang/String;49964 Landroid/os/health/HealthStats;->mDataType:Ljava/lang/String;