Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpProperty.h95 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue() function
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java483 AutofillValue value = state.getCurrentValue(); in findValueFromThisSessionOnlyLocked()
519 final AutofillValue currentValue = viewState.getCurrentValue(); in fillContextWithAllowedValuesLocked()
1390 final AutofillValue currentValue = viewState.getCurrentValue(); in logContextCommittedLocked()
1409 final AutofillValue currentValue = viewState.getCurrentValue(); in logContextCommittedLocked()
1543 currentValues.add(viewState.getCurrentValue()); in logFieldClassificationScore()
1684 AutofillValue value = viewState.getCurrentValue(); in showSaveLocked()
1762 final AutofillValue currentValue = viewState.getCurrentValue(); in showSaveLocked()
2034 final AutofillValue value = viewState.getCurrentValue(); in updateValuesForSaveLocked()
2344 if (!Objects.equals(value, viewState.getCurrentValue())) { in updateLocked()
2346 && viewState.getCurrentValue() != null in updateLocked()
[all …]
DViewState.java108 AutofillValue getCurrentValue() { in getCurrentValue() method in ViewState
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp736 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64); in android_mtp_MtpDevice_get_object_size_long()