Searched refs:FillEventHistory (Results 1 – 18 of 18) sorted by relevance
62 public final class FillEventHistory implements Parcelable { class115 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory() method in FillEventHistory625 public static final @android.annotation.NonNull Parcelable.Creator<FillEventHistory> CREATOR =626 new Parcelable.Creator<FillEventHistory>() {628 public FillEventHistory createFromParcel(Parcel parcel) {629 FillEventHistory selection = new FillEventHistory(0, parcel.readBundle());675 public FillEventHistory[] newArray(int size) {676 return new FillEventHistory[size];
19 parcelable FillEventHistory;
742 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
54 import android.service.autofill.FillEventHistory;55 import android.service.autofill.FillEventHistory.Event;56 import android.service.autofill.FillEventHistory.Event.NoSaveReason;146 private FillEventHistory mEventHistory;153 private FillEventHistory mAugmentedAutofillEventHistory;717 mEventHistory = new FillEventHistory(sessionId, response.getClientState()); in setLastResponse()723 mAugmentedAutofillEventHistory = new FillEventHistory(sessionId, /* clientState= */ in setLastAugmentedAutofillResponse()954 FillEventHistory getFillEventHistory(int callingUid) { in getFillEventHistory()
60 import android.service.autofill.FillEventHistory;1437 FillEventHistory fillEventHistory = null; in getFillEventHistory()
78 import android.service.autofill.FillEventHistory.Event;79 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
26 import android.service.autofill.FillEventHistory;
57 import android.service.autofill.FillEventHistory;917 @Nullable public FillEventHistory getFillEventHistory() { in getFillEventHistory()
45 import android.service.autofill.FillEventHistory;380 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
6174 android.service.autofill.FillEventHistory$16175 android.service.autofill.FillEventHistory
29572 Landroid/service/autofill/FillEventHistory$1;29573 Landroid/service/autofill/FillEventHistory;
6172 android.service.autofill.FillEventHistory$16173 android.service.autofill.FillEventHistory
39209 Landroid/service/autofill/FillEventHistory$1;39210 Landroid/service/autofill/FillEventHistory;
52141 Landroid/service/autofill/FillEventHistory$Event;->mClientState:Landroid/os/Bundle;52142 Landroid/service/autofill/FillEventHistory$Event;->mDatasetId:Ljava/lang/String;52145 Landroid/service/autofill/FillEventHistory$Event;->mEventType:I52149 Landroid/service/autofill/FillEventHistory$Event;->mSelectedDatasetIds:Ljava/util/List;52150 Landroid/service/autofill/FillEventHistory;-><init>(ILandroid/os/Bundle;)V52151 Landroid/service/autofill/FillEventHistory;->addEvent(Landroid/service/autofill/FillEventHistory$Ev…52152 Landroid/service/autofill/FillEventHistory;->getSessionId()I52153 Landroid/service/autofill/FillEventHistory;->mClientState:Landroid/os/Bundle;52154 Landroid/service/autofill/FillEventHistory;->mEvents:Ljava/util/List;52155 Landroid/service/autofill/FillEventHistory;->mSessionId:I[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
37755 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();37866 public final class FillEventHistory implements android.os.Parcelable {37869 …method @Nullable public java.util.List<android.service.autofill.FillEventHistory.Event> getEvents(…37871 …blic static final android.os.Parcelable.Creator<android.service.autofill.FillEventHistory> CREATOR;37874 public static final class FillEventHistory.Event {
9758 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();
12033 …fill/AutofillManagerServiceImpl;->getFillEventHistory(I)Landroid/service/autofill/FillEventHistory;