Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DInlineSuggestionFactory.java97 final String suggestionType = in createInlineSuggestions() local
128 @NonNull @InlineSuggestionInfo.Type String suggestionType, in createInlineSuggestion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingWindowController.java156 final int suggestionType = mStartingWindowTypeAlgorithm.getSuggestedWindowType( in addStartingWindow() local
186 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()