Home
last modified time | relevance | path

Searched refs:FillEventHistory (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java62 public final class FillEventHistory implements Parcelable { class
115 public FillEventHistory(int sessionId, @Nullable Bundle clientState) { in FillEventHistory() method in FillEventHistory
625 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];
H A DFillEventHistory.aidl19 parcelable FillEventHistory;
H A DAutofillService.java742 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java54 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()
H A DAutofillManagerService.java60 import android.service.autofill.FillEventHistory;
1437 FillEventHistory fillEventHistory = null; in getFillEventHistory()
H A DSession.java78 import android.service.autofill.FillEventHistory.Event;
79 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl26 import android.service.autofill.FillEventHistory;
H A DAutofillManager.java57 import android.service.autofill.FillEventHistory;
917 @Nullable public FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java45 import android.service.autofill.FillEventHistory;
380 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6174 android.service.autofill.FillEventHistory$1
6175 android.service.autofill.FillEventHistory
H A Dboot-image-profile.txt29572 Landroid/service/autofill/FillEventHistory$1;
29573 Landroid/service/autofill/FillEventHistory;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6172 android.service.autofill.FillEventHistory$1
6173 android.service.autofill.FillEventHistory
H A Dboot-image-profile.txt39209 Landroid/service/autofill/FillEventHistory$1;
39210 Landroid/service/autofill/FillEventHistory;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52141 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:I
52149 Landroid/service/autofill/FillEventHistory$Event;->mSelectedDatasetIds:Ljava/util/List;
52150 Landroid/service/autofill/FillEventHistory;-><init>(ILandroid/os/Bundle;)V
52151 Landroid/service/autofill/FillEventHistory;->addEvent(Landroid/service/autofill/FillEventHistory$Ev…
52152 Landroid/service/autofill/FillEventHistory;->getSessionId()I
52153 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 …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37755 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 {
H A Dsystem-current.txt9758 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();
/aosp12/frameworks/base/services/
H A Dart-profile12033 …fill/AutofillManagerServiceImpl;->getFillEventHistory(I)Landroid/service/autofill/FillEventHistory;