Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java76 private @Nullable DialogFillUi mFillDialog; field in AutoFillUI
448 mFillDialog = new DialogFillUi(mContext, response, focusedId, filterText, in showFillDialog()
558 return mFillDialog == null ? false : mFillDialog.isShowing(); in isFillDialogShowing()
578 if (mFillDialog != null) { in dump()
580 mFillDialog.dump(pw, prefix2); in dump()
610 if (mFillDialog != null && (callback == null || callback == mCallback)) { in hideFillDialogUiThread()
611 mFillDialog.destroy(); in hideFillDialogUiThread()
612 mFillDialog = null; in hideFillDialogUiThread()