Searched refs:suggestionId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteAugmentedAutofillService.java | 392 void logAugmentedAutofillSelected(int sessionId, @Nullable String suggestionId, in logAugmentedAutofillSelected() argument 396 @Nullable String suggestionId, @Nullable Bundle clientState); in logAugmentedAutofillAuthenticationSelected() argument
|
D | AutofillManagerServiceImpl.java | 950 void logAugmentedAutofillSelected(int sessionId, @Nullable String suggestionId, in logAugmentedAutofillSelected() argument 958 new Event(Event.TYPE_DATASET_SELECTED, suggestionId, clientState, null, null, in logAugmentedAutofillSelected() 1373 String suggestionId, Bundle clientState) { in getRemoteAugmentedAutofillServiceLocked() 1375 suggestionId, clientState); in getRemoteAugmentedAutofillServiceLocked() 1380 String suggestionId, Bundle clientState) { in getRemoteAugmentedAutofillServiceLocked() 1383 sessionId, suggestionId, clientState); in getRemoteAugmentedAutofillServiceLocked()
|