Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java63 private AlertDialog mSubtypeEnablerNotificationDialog; field in CustomInputStyleSettingsFragment
142 mSubtypeEnablerNotificationDialog = createDialog(); in onActivityCreated()
143 mSubtypeEnablerNotificationDialog.show(); in onActivityCreated()
153 if (mSubtypeEnablerNotificationDialog != null in onSaveInstanceState()
154 && mSubtypeEnablerNotificationDialog.isShowing()) { in onSaveInstanceState()
195 mSubtypeEnablerNotificationDialog = createDialog(); in onAddCustomInputStyle()
196 mSubtypeEnablerNotificationDialog.show(); in onAddCustomInputStyle()