Home
last modified time | relevance | path

Searched refs:dialogPresentation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java206 RemoteViews dialogPresentation, in Dataset() argument
221 mDialogPresentation = dialogPresentation; in Dataset()
1213 @Nullable RemoteViews dialogPresentation) { in setLifeTheUniverseAndEverything() argument
1220 mFieldDialogPresentations.set(existingIdx, dialogPresentation); in setLifeTheUniverseAndEverything()
1230 mFieldDialogPresentations.add(dialogPresentation); in setLifeTheUniverseAndEverything()
1243 @Nullable RemoteViews dialogPresentation) { in setLifeTheUniverseAndEverything() argument
1259 mFieldDialogPresentations.add(dialogPresentation); in setLifeTheUniverseAndEverything()
1272 @Nullable RemoteViews dialogPresentation) { in createFromParcel() argument
1289 mFieldDialogPresentations.add(dialogPresentation); in createFromParcel()
1371 final RemoteViews dialogPresentation = parcel.readParcelable(null,
[all …]
H A DPresentations.java112 @Nullable RemoteViews dialogPresentation, in Presentations() argument
116 this.mDialogPresentation = dialogPresentation; in Presentations()
H A DFillResponse.java158 InlinePresentation inlineTooltipPresentation, RemoteViews dialogPresentation, in FillResponse() argument
173 mDialogPresentation = dialogPresentation; in FillResponse()
686 @Nullable RemoteViews dialogPresentation) { in setAuthentication() argument
701 mDialogPresentation = dialogPresentation; in setAuthentication()
1276 …final RemoteViews dialogPresentation = parcel.readParcelable(null, android.widget.RemoteViews.clas…
1279 inlinePresentation, inlineTooltipPresentation, dialogPresentation);