Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java76 private @Nullable DialogFillUi mFillDialog; field in AutoFillUI
442 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()