Searched refs:FillEventHistory (Results 1 – 20 of 20) sorted by relevance
62 public final class FillEventHistory implements Parcelable { class115 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory() method in FillEventHistory764 public static final @android.annotation.NonNull Parcelable.Creator<FillEventHistory> CREATOR =765 new Parcelable.Creator<FillEventHistory>() {767 public FillEventHistory createFromParcel(Parcel parcel) {768 FillEventHistory selection = new FillEventHistory(0, parcel.readBundle());815 public FillEventHistory[] newArray(int size) {816 return new FillEventHistory[size];
19 parcelable FillEventHistory;
750 @Nullable public final FillEventHistory getFillEventHistory() { 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;
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;56 import android.service.autofill.FillEventHistory;57 import android.service.autofill.FillEventHistory.Event;58 import android.service.autofill.FillEventHistory.Event.NoSaveReason;149 private FillEventHistory mEventHistory;156 private FillEventHistory mAugmentedAutofillEventHistory;739 mEventHistory = new FillEventHistory(sessionId, response.getClientState()); in setLastResponse()745 mAugmentedAutofillEventHistory = new FillEventHistory(sessionId, /* clientState= */ in setLastAugmentedAutofillResponse()1009 FillEventHistory getFillEventHistory(int callingUid) { in getFillEventHistory()
28 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_DIALOG;29 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;30 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_MENU;31 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_UNKNOWN;142 import android.service.autofill.FillEventHistory.Event;143 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
60 import android.service.autofill.FillEventHistory;1670 FillEventHistory fillEventHistory = null; in getFillEventHistory()
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;
62 import android.service.autofill.FillEventHistory;1318 @Nullable public FillEventHistory getFillEventHistory() { in getFillEventHistory()
45 import android.service.autofill.FillEventHistory;379 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
48818 Landroid/service/autofill/FillEventHistory$Event;->mClientState:Landroid/os/Bundle;48819 Landroid/service/autofill/FillEventHistory$Event;->mDatasetId:Ljava/lang/String;48822 Landroid/service/autofill/FillEventHistory$Event;->mEventType:I48826 Landroid/service/autofill/FillEventHistory$Event;->mSelectedDatasetIds:Ljava/util/List;48827 Landroid/service/autofill/FillEventHistory;-><init>(ILandroid/os/Bundle;)V48828 Landroid/service/autofill/FillEventHistory;->addEvent(Landroid/service/autofill/FillEventHistory$Ev…48829 Landroid/service/autofill/FillEventHistory;->getSessionId()I48830 Landroid/service/autofill/FillEventHistory;->mClientState:Landroid/os/Bundle;48831 Landroid/service/autofill/FillEventHistory;->mEvents:Ljava/util/List;48832 Landroid/service/autofill/FillEventHistory;->mSessionId:I[all …]
6787 android.service.autofill.FillEventHistory$16788 android.service.autofill.FillEventHistory
29580 Landroid/service/autofill/FillEventHistory$1;29581 Landroid/service/autofill/FillEventHistory;
6791 android.service.autofill.FillEventHistory$16792 android.service.autofill.FillEventHistory
39687 Landroid/service/autofill/FillEventHistory$1;39688 Landroid/service/autofill/FillEventHistory;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39761 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();39891 public final class FillEventHistory implements android.os.Parcelable {39894 …method @Nullable public java.util.List<android.service.autofill.FillEventHistory.Event> getEvents(…39896 …blic static final android.os.Parcelable.Creator<android.service.autofill.FillEventHistory> CREATOR;39899 public static final class FillEventHistory.Event {
12117 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();