Home
last modified time | relevance | path

Searched defs:suggestionType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java92 final String suggestionType = in createInlineSuggestions() local
122 @NonNull @InlineSuggestionInfo.Type String suggestionType, in createInlineSuggestion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java189 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()