Home
last modified time | relevance | path

Searched refs:getCurrentValue (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/mtp/
DMtpProperty.h99 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue() function
DMtpDevice.cpp625 mData.putString(property->getCurrentValue().str); in setDevicePropValueStr()
/frameworks/base/core/java/android/service/controls/templates/
DRangeTemplate.java120 public float getCurrentValue() { in getCurrentValue() method in RangeTemplate
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1182 AutofillValue value = state.getCurrentValue(); in findValueFromThisSessionOnlyLocked()
1234 final AutofillValue currentValue = viewState.getCurrentValue(); in fillContextWithAllowedValuesLocked()
3429 final AutofillValue currentValue = viewState.getCurrentValue(); in logContextCommittedLocked()
3448 final AutofillValue currentValue = viewState.getCurrentValue(); in logContextCommittedLocked()
3587 currentValues.add(viewState.getCurrentValue()); in logFieldClassificationScore()
3778 AutofillValue value = viewState.getCurrentValue(); in showSaveLocked()
3879 AutofillValue currentValue = viewState.getCurrentValue(); in showSaveLocked()
4177 final AutofillValue value = viewState.getCurrentValue(); in updateValuesForSaveLocked()
4584 if (!Objects.equals(value, viewState.getCurrentValue())) { in updateLocked()
4788 && viewState.getCurrentValue() != null in logIfViewClearedLocked()
[all …]
DViewState.java143 AutofillValue getCurrentValue() { in getCurrentValue() method in ViewState
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp886 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64); in android_mtp_MtpDevice_get_object_size_long()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt40767 method public float getCurrentValue();