Home
last modified time | relevance | path

Searched refs:UI_TYPE_INLINE (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java307 public static final int UI_TYPE_INLINE = 2; field in FillEventHistory.Event
316 UI_TYPE_INLINE,
754 case UI_TYPE_INLINE: in uiTypeToString()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DPresentationStatsEventLogger.java20 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;
667 case UI_TYPE_INLINE: in getDisplayPresentationType()
H A DAutofillManagerServiceImpl.java20 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;
914 UI_TYPE_INLINE)); in logAugmentedAutofillShown()
H A DSession.java29 import static android.service.autofill.FillEventHistory.Event.UI_TYPE_INLINE;
2357 /* authenticateInline= */ uiType == UI_TYPE_INLINE)); in authenticate()
2411 if (uiType == UI_TYPE_INLINE) { in onShown()
4709 fill(response.getRequestId(), datasetIndex, dataset, UI_TYPE_INLINE); in requestShowInlineSuggestionsLocked()
4716 UI_TYPE_INLINE); in requestShowInlineSuggestionsLocked()
4734 Session.this.onShown(UI_TYPE_INLINE); in requestShowInlineSuggestionsLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39925 field public static final int UI_TYPE_INLINE = 2; // 0x2