Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java327 public @interface UiType {} annotation in FillEventHistory.Event
350 @UiType
562 @UiType
/frameworks/base/services/autofill/java/com/android/server/autofill/
DPresentationStatsEventLogger.java22 import static android.service.autofill.FillEventHistory.Event.UiType;
405 public void maybeSetDisplayPresentationType(@UiType int uiType) { in maybeSetDisplayPresentationType()
928 private static int getDisplayPresentationType(@UiType int uiType) { in getDisplayPresentationType()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java92 @FillEventHistory.Event.UiType int uiType); in fill()