Searched refs:FillEventHistory (Results 1 – 21 of 21) sorted by relevance
62 public final class FillEventHistory implements Parcelable { class115 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory() method in FillEventHistory773 public static final @android.annotation.NonNull Parcelable.Creator<FillEventHistory> CREATOR =774 new Parcelable.Creator<FillEventHistory>() {776 public FillEventHistory createFromParcel(Parcel parcel) {777 FillEventHistory selection = new FillEventHistory(0, parcel.readBundle());824 public FillEventHistory[] newArray(int size) {825 return new FillEventHistory[size];
19 parcelable FillEventHistory;
805 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
42 description: "Include the current view id into the FillEventHistory events as part of ClientState"49 description: "Include the session id into the FillEventHistory events as part of ClientState"
23 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
19 import static android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NONE;20 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;60 import android.service.autofill.FillEventHistory;61 import android.service.autofill.FillEventHistory.Event;62 import android.service.autofill.FillEventHistory.Event.NoSaveReason;154 private FillEventHistory mEventHistory;161 private FillEventHistory mAugmentedAutofillEventHistory;800 mEventHistory = new FillEventHistory(sessionId, response.getClientState()); in setLastResponseLocked()805 mAugmentedAutofillEventHistory = new FillEventHistory(sessionId, /* clientState= */ in setLastAugmentedAutofillResponse()1069 FillEventHistory getFillEventHistory(int callingUid) { in getFillEventHistory()
19 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_DIALOG;20 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;21 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_MENU;22 import static android.service.autofill.FillEventHistory.Event.UiType;
60 import android.service.autofill.FillEventHistory;1727 FillEventHistory fillEventHistory = null; in getFillEventHistory()
30 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_CREDMAN_BOTTOM_SHEET;31 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_DIALOG;32 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;33 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_UNKNOWN;155 import android.service.autofill.FillEventHistory.Event;156 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
18 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_DIALOG;19 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_MENU;37 import android.service.autofill.FillEventHistory;92 @FillEventHistory.Event.UiType int uiType); in fill()
26 import android.service.autofill.FillEventHistory;
66 import android.service.autofill.FillEventHistory;1389 @Nullable public FillEventHistory getFillEventHistory() { in getFillEventHistory()
45 import android.service.autofill.FillEventHistory;379 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
48172 Landroid/service/autofill/FillEventHistory$Event;-><init>(ILjava/lang/String;Landroid/os/Bundle;Lja…48173 Landroid/service/autofill/FillEventHistory$Event;->mChangedDatasetIds:Ljava/util/ArrayList;48174 Landroid/service/autofill/FillEventHistory$Event;->mChangedFieldIds:Ljava/util/ArrayList;48175 Landroid/service/autofill/FillEventHistory$Event;->mClientState:Landroid/os/Bundle;48176 Landroid/service/autofill/FillEventHistory$Event;->mDatasetId:Ljava/lang/String;48177 Landroid/service/autofill/FillEventHistory$Event;->mDetectedFieldClassifications:[Landroid/service/…48178 Landroid/service/autofill/FillEventHistory$Event;->mDetectedFieldIds:[Landroid/view/autofill/Autofi…48179 Landroid/service/autofill/FillEventHistory$Event;->mEventType:I48180 Landroid/service/autofill/FillEventHistory$Event;->mIgnoredDatasetIds:Landroid/util/ArraySet;48181 Landroid/service/autofill/FillEventHistory$Event;->mManuallyFilledDatasetIds:Ljava/util/ArrayList;[all …]
6925 android.service.autofill.FillEventHistory$16926 android.service.autofill.FillEventHistory
29329 Landroid/service/autofill/FillEventHistory$1;29330 Landroid/service/autofill/FillEventHistory;
6929 android.service.autofill.FillEventHistory$16930 android.service.autofill.FillEventHistory
39463 Landroid/service/autofill/FillEventHistory$1;39464 Landroid/service/autofill/FillEventHistory;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39981 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();40111 public final class FillEventHistory implements android.os.Parcelable {40114 …method @Nullable public java.util.List<android.service.autofill.FillEventHistory.Event> getEvents(…40116 …blic static final android.os.Parcelable.Creator<android.service.autofill.FillEventHistory> CREATOR;40119 public static final class FillEventHistory.Event {
12442 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();