Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java305 final AutofillId[][] sanitizerValues = saveInfo.getSanitizerValues(); in createSanitizers() local
308 final AutofillId[] ids = sanitizerValues[i]; in createSanitizers()
/frameworks/base/core/java/android/service/autofill/
DSaveInfo.java353 InternalSanitizer[] sanitizerKeys, AutofillId[][] sanitizerValues, in SaveInfo() argument
366 mSanitizerValues = sanitizerValues; in SaveInfo()