Searched defs:uiType (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 90 @Nullable Bundle extras, int uiType); in authenticate() 92 @FillEventHistory.Event.UiType int uiType); in fill() 105 void onShown(int uiType); in onShown()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | FillEventHistory.java | 678 int saveDialogNotShowReason, int uiType) { in Event() 750 private static String uiTypeToString(int uiType) { in uiTypeToString()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | PresentationStatsEventLogger.java | 342 public void maybeSetDisplayPresentationType(@UiType int uiType) { in maybeSetDisplayPresentationType() 663 private static int getDisplayPresentationType(@UiType int uiType) { in getDisplayPresentationType()
|
H A D | AutofillManagerServiceImpl.java | 785 int uiType) { in setAuthenticationSelected() 800 @Nullable Bundle clientState, int uiType) { in logDatasetAuthenticationSelected() 827 @Nullable Bundle clientState, int uiType) { in logDatasetSelected() 841 void logDatasetShown(int sessionId, @Nullable Bundle clientState, int uiType) { in logDatasetShown()
|
H A D | Session.java | 2330 int uiType) { in authenticate() 2362 public void fill(int requestId, int datasetIndex, Dataset dataset, int uiType) { in fill() 2409 public void onShown(int uiType) { in onShown() 5405 int uiType) { in autoFill() 5423 mService.logDatasetSelected(dataset.getId(), id, mClientState, uiType); in autoFill() local 5433 mService.logDatasetAuthenticationSelected(dataset.getId(), id, mClientState, uiType); in autoFill() local
|