Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillResponse.java127 private final @Nullable PendingIntent mDialogPendingIntent; field in FillResponse
163 r.mDialogPendingIntent); in shallowCopy()
203 mDialogPendingIntent = dialogPendingIntent; in FillResponse()
233 mDialogPendingIntent = builder.mDialogPendingIntent; in FillResponse()
414 private PendingIntent mDialogPendingIntent; field in FillResponse.Builder
1110 mDialogPendingIntent = pendingIntent; in setDialogPendingIntent()
1223 if (mDialogPendingIntent != null) { in toString()
1271 parcel.writeParcelable(mDialogPendingIntent, flags); in writeToParcel()