Searched refs:readValue (Results 1 – 10 of 10) sorted by relevance
33 mTotalCount(readValue(mBuffer, TOTAL_COUNT_INDEX)), in LanguageModelDictContentGlobalCounters()34 mMaxValueOfCounters(readValue(mBuffer, MAX_VALUE_OF_COUNTERS_INDEX)) {} in LanguageModelDictContentGlobalCounters()92 static int readValue(const BufferWithExtendableBuffer &buffer, const int index) { in readValue() function
34 public int readValue(final String key); in readValue() method64 final int value = mValueProxy.readValue(getKey()); in setInterface()100 final int value = mValueProxy.readValue(getKey()); in onBindDialogView()
146 public int readValue(final String key) { in setupKeypressVibrationDurationSettings()201 public int readValue(final String key) { in setupKeypressSoundVolumeSettings()246 public int readValue(final String key) { in setupKeyLongpressTimeoutSettings()
182 public int readValue(final String key) { in setupKeyPreviewAnimationScale()224 public int readValue(final String key) { in setupKeyPreviewAnimationDuration()270 public int readValue(final String key) { in setupKeyboardHeight()
332 checked = (Boolean) in.readValue(null); in SavedState()333 visible = (Boolean) in.readValue(null); in SavedState()
334 checked = (Boolean) in.readValue(null); in SavedState()335 visible = (Boolean) in.readValue(null); in SavedState()
443 mMinValue = (T) in.readValue(getClass().getClassLoader()); in AreaConfig()444 mMaxValue = (T) in.readValue(getClass().getClassLoader()); in AreaConfig()
122 mValue = (T) in.readValue(valueClass.getClassLoader()); in CarPropertyValue()
92 mMediaDescription = (MediaDescriptionCompat) in.readValue( in MediaItemMetadata()
84 dtc = (String) in.readValue(String.class.getClassLoader()); in CarDiagnosticEvent()