Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DViewState.java117 private AutofillValue mCandidateSaveValue; field in ViewState
156 return mCandidateSaveValue; in getCandidateSaveValue()
160 mCandidateSaveValue = value; in setCandidateSaveValue()
292 if (mCandidateSaveValue != null) { in toString()
293 builder.append(", candidateSaveValue:").append(mCandidateSaveValue); in toString()
329 if (mCandidateSaveValue != null) { in dump()
330 pw.print(prefix); pw.print("candidateSaveValue:"); pw.println(mCandidateSaveValue); in dump()