Searched refs:mFillDialog (Results 1 – 1 of 1) sorted by relevance
76 private @Nullable DialogFillUi mFillDialog; field in AutoFillUI442 mFillDialog = new DialogFillUi(mContext, response, focusedId, filterText, in showFillDialog()546 return mFillDialog == null ? false : mFillDialog.isShowing(); in isFillDialogShowing()566 if (mFillDialog != null) { in dump()568 mFillDialog.dump(pw, prefix2); in dump()598 if (mFillDialog != null && (callback == null || callback == mCallback)) { in hideFillDialogUiThread()599 mFillDialog.destroy(); in hideFillDialogUiThread()600 mFillDialog = null; in hideFillDialogUiThread()