Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java93 private final RemoteViews mPresentation; field in CustomDescription
99 mPresentation = builder.mPresentation; in CustomDescription()
108 return mPresentation; in getPresentation()
134 private final RemoteViews mPresentation; field in CustomDescription.Builder
161 mPresentation = Objects.requireNonNull(parentPresentation); in Builder()
367 .append(mPresentation) in toString()
387 dest.writeParcelable(mPresentation, flags); in writeToParcel()
388 if (mPresentation == null) return; in writeToParcel()
DFillResponse.java104 private final @Nullable RemoteViews mPresentation; field in FillResponse
140 r.mPresentation, in shallowCopy()
180 mPresentation = presentation; in FillResponse()
210 mPresentation = builder.mPresentation; in FillResponse()
260 return mPresentation; in getPresentation()
391 private RemoteViews mPresentation; field in FillResponse.Builder
527 mPresentation = presentation; in setAuthentication()
711 mPresentation = presentation; in setAuthentication()
1199 if (mPresentation != null) { in toString()
1266 parcel.writeParcelable(mPresentation, flags); in writeToParcel()
DDataset.java187 private final RemoteViews mPresentation; field in Dataset
227 mPresentation = presentation; in Dataset()
250 mPresentation = dataset.mPresentation; in Dataset()
269 mPresentation = builder.mPresentation; in Dataset()
304 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()
409 if (mPresentation != null) { in toString()
475 private RemoteViews mPresentation; field in Dataset.Builder
503 mPresentation = presentation; in Builder()
532 mPresentation = presentations.getMenuPresentation(); in Builder()
841 Preconditions.checkState(mPresentation != null, in setValue()
[all …]
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
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()
/frameworks/base/core/java/android/provider/
DCallLog.java414 private int mPresentation = TelecomManager.PRESENTATION_UNKNOWN; field in CallLog.AddCallParams.AddCallParametersBuilder
479 mPresentation = presentation; in setPresentation()
685 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build()
693 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build()
707 private int mPresentation; field in CallLog.AddCallParams
743 mPresentation = presentation; in AddCallParams()
779 mPresentation = presentation; in AddCallParams()
1794 int numberPresentation = getLogNumberPresentation(params.mNumber, params.mPresentation); in addCall()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48106 Landroid/service/autofill/CustomDescription$Builder;->mPresentation:Landroid/widget/RemoteViews;
48114 Landroid/service/autofill/CustomDescription;->mPresentation:Landroid/widget/RemoteViews;
48124 Landroid/service/autofill/Dataset$Builder;->mPresentation:Landroid/widget/RemoteViews;
48144 Landroid/service/autofill/Dataset;->mPresentation:Landroid/widget/RemoteViews;
48209 Landroid/service/autofill/FillResponse$Builder;->mPresentation:Landroid/widget/RemoteViews;
48237 Landroid/service/autofill/FillResponse;->mPresentation:Landroid/widget/RemoteViews;