Home
last modified time | relevance | path

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

/aosp14/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
764 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];
H A DFillEventHistory.aidl19 parcelable FillEventHistory;
H A DAutofillService.java750 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DPresentationStatsEventLogger.java19 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;
H A DLogFieldClassificationScoreOnResultListener.java23 import android.service.autofill.FillEventHistory.Event.NoSaveReason;
H A DAutofillManagerServiceImpl.java19 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()
H A DSession.java28 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;
H A DAutofillManagerService.java60 import android.service.autofill.FillEventHistory;
1670 FillEventHistory fillEventHistory = null; in getFillEventHistory()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java18 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()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl26 import android.service.autofill.FillEventHistory;
H A DAutofillManager.java62 import android.service.autofill.FillEventHistory;
1318 @Nullable public FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java45 import android.service.autofill.FillEventHistory;
379 @Nullable public final FillEventHistory getFillEventHistory() { in getFillEventHistory()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48818 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:I
48826 Landroid/service/autofill/FillEventHistory$Event;->mSelectedDatasetIds:Ljava/util/List;
48827 Landroid/service/autofill/FillEventHistory;-><init>(ILandroid/os/Bundle;)V
48828 Landroid/service/autofill/FillEventHistory;->addEvent(Landroid/service/autofill/FillEventHistory$Ev…
48829 Landroid/service/autofill/FillEventHistory;->getSessionId()I
48830 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 …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6787 android.service.autofill.FillEventHistory$1
6788 android.service.autofill.FillEventHistory
H A Dboot-image-profile.txt29580 Landroid/service/autofill/FillEventHistory$1;
29581 Landroid/service/autofill/FillEventHistory;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6791 android.service.autofill.FillEventHistory$1
6792 android.service.autofill.FillEventHistory
H A Dboot-image-profile.txt39687 Landroid/service/autofill/FillEventHistory$1;
39688 Landroid/service/autofill/FillEventHistory;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39761 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 {
H A Dsystem-current.txt12117 method @Nullable public final android.service.autofill.FillEventHistory getFillEventHistory();