Searched refs:mDataType (Results 1 – 8 of 8) 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()328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) { in setValue()367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) { in setValue()415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) { in setValue()805 if (mDataType != TYPE_ASCII) { in getString()826 if ((mDataType != TYPE_RATIONAL) && (mDataType != TYPE_UNSIGNED_RATIONAL)) { in getRational()851 if ((mDataType != TYPE_UNDEFINED) && (mDataType != TYPE_UNSIGNED_BYTE)) { in getBytes()[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()
323 private final String mDataType; field in BackupRestoreEventLogger.DataTypeResult330 mDataType = dataType; in DataTypeResult()336 return mDataType; in getDataType()379 dest.writeString(mDataType); in writeToParcel()
35 final int mDataType; field in SystemDataTransferRequest53 mDataType = dataType; in SystemDataTransferRequest()63 return mDataType; in getDataType()89 mDataType = in.readInt(); in SystemDataTransferRequest()97 dest.writeInt(mDataType); in writeToParcel()
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()
92 flagsData.mDataType)); in logGlobalSettings()111 flagsData.mDataType)); in logSystemSettings()130 flagsData.mDataType)); in logSecureSettings()213 int mDataType; field in SettingsStatsUtil.FlagsData217 mDataType = dataType; in FlagsData()
4554 Landroid/app/backup/RestoreDescription;->mDataType:I36100 Landroid/os/health/HealthKeys$Constants;->mDataType:Ljava/lang/String;36125 Landroid/os/health/HealthStats;->mDataType:Ljava/lang/String;