Home
last modified time | relevance | path

Searched refs:isInlineSuggestionsEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodInfoTest.java57 assertThat(imi.isInlineSuggestionsEnabled(), is(false)); in testBooleanAttributes_DefaultValues()
63 assertThat(imi.isInlineSuggestionsEnabled(), is(false)); in testBooleanAttributes_DefaultValues()
84 assertThat(imi.isInlineSuggestionsEnabled(), is(true)); in testInlineSuggestionsEnabled()
88 assertThat(clone.isInlineSuggestionsEnabled(), is(true)); in testInlineSuggestionsEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DAutofillSuggestionsController.java94 && imi != null && isInlineSuggestionsEnabled(imi, touchExplorationEnabled)) { in onCreateInlineSuggestionsRequest()
146 private static boolean isInlineSuggestionsEnabled(InputMethodInfo imi, in isInlineSuggestionsEnabled() method in AutofillSuggestionsController
148 return imi.isInlineSuggestionsEnabled() in isInlineSuggestionsEnabled()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java291 public boolean isInlineSuggestionsEnabled() { in isInlineSuggestionsEnabled() method in AutofillServiceInfo
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java807 public boolean isInlineSuggestionsEnabled() { in isInlineSuggestionsEnabled() method in InputMethodInfo
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java1256 return mInfo.isInlineSuggestionsEnabled(); in isInlineSuggestionsEnabledLocked()