Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java913 @SmartSuggestionMode int getSupportedSmartSuggestionModesLocked() { in getSupportedSmartSuggestionModesLocked() method in AutofillManagerServiceImpl
914 return mMaster.getSupportedSmartSuggestionModesLocked(); in getSupportedSmartSuggestionModesLocked()
DAutofillManagerService.java333 @SmartSuggestionMode int getSupportedSmartSuggestionModesLocked() { in getSupportedSmartSuggestionModesLocked() method in AutofillManagerService
DSession.java2737 .getSupportedSmartSuggestionModesLocked(); in triggerAugmentedAutofillLocked()