Searched refs:uiType (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | FillEventHistory.java | 678 int saveDialogNotShowReason, int uiType) { in Event() argument 708 mUiType = uiType; in Event() 750 private static String uiTypeToString(int uiType) { in uiTypeToString() argument 751 switch (uiType) { in uiTypeToString() 802 final int uiType = parcel.readInt(); 809 saveDialogNotShowReason, uiType));
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | PresentationStatsEventLogger.java | 342 public void maybeSetDisplayPresentationType(@UiType int uiType) { in maybeSetDisplayPresentationType() argument 344 event.mDisplayPresentationType = getDisplayPresentationType(uiType); in maybeSetDisplayPresentationType() 663 private static int getDisplayPresentationType(@UiType int uiType) { in getDisplayPresentationType() argument 664 switch (uiType) { in getDisplayPresentationType()
|
H A D | AutofillManagerServiceImpl.java | 785 int uiType) { in setAuthenticationSelected() argument 791 NO_SAVE_UI_REASON_NONE, uiType)); in setAuthenticationSelected() 800 @Nullable Bundle clientState, int uiType) { in logDatasetAuthenticationSelected() argument 806 NO_SAVE_UI_REASON_NONE, uiType)); in logDatasetAuthenticationSelected() 827 @Nullable Bundle clientState, int uiType) { in logDatasetSelected() argument 833 uiType)); in logDatasetSelected() 841 void logDatasetShown(int sessionId, @Nullable Bundle clientState, int uiType) { in logDatasetShown() argument 847 uiType)); in logDatasetShown()
|
H A D | Session.java | 2330 int uiType) { in authenticate() argument 2351 mService.setAuthenticationSelected(id, mClientState, uiType); in authenticate() 2357 /* authenticateInline= */ uiType == UI_TYPE_INLINE)); in authenticate() 2362 public void fill(int requestId, int datasetIndex, Dataset dataset, int uiType) { in fill() argument 2372 this, requestId, datasetIndex, dataset, true, uiType)); in fill() 2409 public void onShown(int uiType) { in onShown() argument 2411 if (uiType == UI_TYPE_INLINE) { in onShown() 2419 mService.logDatasetShown(this.id, mClientState, uiType); in onShown() 5405 int uiType) { in autoFill() argument 5423 mService.logDatasetSelected(dataset.getId(), id, mClientState, uiType); in autoFill() local [all …]
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 90 @Nullable Bundle extras, int uiType); in authenticate() argument 92 @FillEventHistory.Event.UiType int uiType); in fill() argument 105 void onShown(int uiType); in onShown() argument
|