Searched refs:InternalSanitizer (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | SaveInfo.java | 333 private final InternalSanitizer[] mSanitizerKeys; 353 InternalSanitizer[] sanitizerKeys, AutofillId[][] sanitizerValues, in SaveInfo() 386 mSanitizerKeys = new InternalSanitizer[size]; in SaveInfo() 450 public InternalSanitizer[] getSanitizerKeys() { in getSanitizerKeys() 482 private ArrayMap<InternalSanitizer, AutofillId[]> mSanitizers; 770 Preconditions.checkArgument((sanitizer instanceof InternalSanitizer), in addSanitizer() 784 mSanitizers.put((InternalSanitizer) sanitizer, ids); in addSanitizer() 931 final InternalSanitizer[] sanitizers = 932 parcel.readParcelableArray(null, InternalSanitizer.class);
|
H A D | InternalSanitizer.java | 31 public abstract class InternalSanitizer implements Sanitizer, Parcelable { class
|
H A D | DateValueSanitizer.java | 42 public final class DateValueSanitizer extends InternalSanitizer implements Sanitizer, Parcelable {
|
H A D | TextValueSanitizer.java | 43 public final class TextValueSanitizer extends InternalSanitizer implements
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Helper.java | 37 import android.service.autofill.InternalSanitizer; 340 static ArrayMap<AutofillId, InternalSanitizer> createSanitizers(@Nullable SaveInfo saveInfo) { in createSanitizers() 343 final InternalSanitizer[] sanitizerKeys = saveInfo.getSanitizerKeys(); in createSanitizers() 347 final ArrayMap<AutofillId, InternalSanitizer> sanitizers = new ArrayMap<>(size); in createSanitizers() 351 final InternalSanitizer sanitizer = sanitizerKeys[i]; in createSanitizers()
|
H A D | Session.java | 147 import android.service.autofill.InternalSanitizer; 3357 final ArrayMap<AutofillId, InternalSanitizer> sanitizers = createSanitizers(saveInfo); in showSaveLocked() 3645 @Nullable ArrayMap<AutofillId, InternalSanitizer> sanitizers, in getSanitizedValue() 3653 final InternalSanitizer sanitizer = sanitizers.get(id); in getSanitizedValue() 3725 final ArrayMap<AutofillId, InternalSanitizer> sanitizers = in updateValuesForSaveLocked()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 930 ParcelCreator: android.service.autofill.InternalSanitizer: 931 Parcelable requires a `CREATOR` field; missing in android.service.autofill.InternalSanitizer 946 ParcelNotFinal: android.service.autofill.InternalSanitizer: 947 Parcelable classes must be final: android.service.autofill.InternalSanitizer is not final
|
H A D | test-current.txt | 2860 …public final class DateValueSanitizer extends android.service.autofill.InternalSanitizer implement… 2878 …public abstract class InternalSanitizer implements android.os.Parcelable android.service.autofill.… 2879 ctor public InternalSanitizer(); 2901 …public final class TextValueSanitizer extends android.service.autofill.InternalSanitizer implement…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 48936 Landroid/service/autofill/InternalSanitizer;->sanitize(Landroid/view/autofill/AutofillValue;)Landro… 48985 Landroid/service/autofill/SaveInfo;->getSanitizerKeys()[Landroid/service/autofill/InternalSanitizer; 48997 Landroid/service/autofill/SaveInfo;->mSanitizerKeys:[Landroid/service/autofill/InternalSanitizer;
|