Home
last modified time | relevance | path

Searched refs:UiType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java320 public @interface UiType {} annotation in FillEventHistory.Event
343 @UiType
555 @UiType
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DPresentationStatsEventLogger.java22 import static android.service.autofill.FillEventHistory.Event.UiType;
342 public void maybeSetDisplayPresentationType(@UiType int uiType) { in maybeSetDisplayPresentationType()
663 private static int getDisplayPresentationType(@UiType int uiType) { in getDisplayPresentationType()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java92 @FillEventHistory.Event.UiType int uiType); in fill()