Searched refs:mFillDialog (Results 1 – 1 of 1) sorted by relevance
76 private @Nullable DialogFillUi mFillDialog; field in AutoFillUI448 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()