Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/autofill/
H A DCustomDescription.java92 private final RemoteViews mPresentation; field in CustomDescription
98 mPresentation = builder.mPresentation; in CustomDescription()
107 return mPresentation; in getPresentation()
133 private final RemoteViews mPresentation; field in CustomDescription.Builder
160 mPresentation = Preconditions.checkNotNull(parentPresentation); in Builder()
366 .append(mPresentation) in toString()
386 dest.writeParcelable(mPresentation, flags); in writeToParcel()
387 if (mPresentation == null) return; in writeToParcel()
H A DFillResponse.java78 private final @Nullable RemoteViews mPresentation; field in FillResponse
98 mPresentation = builder.mPresentation; in FillResponse()
132 return mPresentation; in getPresentation()
228 private RemoteViews mPresentation; field in FillResponse.Builder
323 mPresentation = presentation; in setAuthentication()
399 mPresentation = presentation; in setAuthentication()
760 if (mPresentation != null) { in toString()
814 parcel.writeParcelable(mPresentation, flags); in writeToParcel()
H A DDataset.java113 private final RemoteViews mPresentation; field in Dataset
127 mPresentation = builder.mPresentation; in Dataset()
151 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()
231 if (mPresentation != null) { in toString()
270 private RemoteViews mPresentation; field in Dataset.Builder
284 mPresentation = presentation; in Builder()
578 Preconditions.checkState(mPresentation != null, in setValue()
898 parcel.writeParcelable(mPresentation, flags); in writeToParcel()
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java237 private DemoPresentation mPresentation; field in SourceActivity.Presenter
243 mPresentation = new DemoPresentation(SourceActivity.this, display, mLogger); in onDisplayAdded()
244 mPresentation.show(); in onDisplayAdded()
251 if (mPresentation != null) { in onDisplayRemoved()
252 mPresentation.dismiss(); in onDisplayRemoved()
253 mPresentation = null; in onDisplayRemoved()
/aosp12/frameworks/base/core/java/android/provider/
H A DCallLog.java409 private int mPresentation = TelecomManager.PRESENTATION_UNKNOWN; field in CallLog.AddCallParams.AddCallParametersBuilder
471 mPresentation = presentation; in setPresentation()
641 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build()
652 private int mPresentation; field in CallLog.AddCallParams
684 mPresentation = presentation; in AddCallParams()
1623 int numberPresentation = getLogNumberPresentation(params.mNumber, params.mPresentation); in addCall()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52072 Landroid/service/autofill/CustomDescription$Builder;->mPresentation:Landroid/widget/RemoteViews;
52080 Landroid/service/autofill/CustomDescription;->mPresentation:Landroid/widget/RemoteViews;
52090 Landroid/service/autofill/Dataset$Builder;->mPresentation:Landroid/widget/RemoteViews;
52110 Landroid/service/autofill/Dataset;->mPresentation:Landroid/widget/RemoteViews;
52175 Landroid/service/autofill/FillResponse$Builder;->mPresentation:Landroid/widget/RemoteViews;
52203 Landroid/service/autofill/FillResponse;->mPresentation:Landroid/widget/RemoteViews;