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.java1129 @SmartSuggestionMode int getSupportedSmartSuggestionModesLocked() { in getSupportedSmartSuggestionModesLocked() method in AutofillManagerServiceImpl
1130 return mMaster.getSupportedSmartSuggestionModesLocked(); in getSupportedSmartSuggestionModesLocked()
DAutofillManagerService.java492 @SmartSuggestionMode int getSupportedSmartSuggestionModesLocked() { in getSupportedSmartSuggestionModesLocked() method in AutofillManagerService
DSession.java5559 .getSupportedSmartSuggestionModesLocked(); in triggerAugmentedAutofillLocked()