Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java82 private static final int MSG_POLLING_IME_SETTINGS = 0; field in SetupWizardActivity.SettingsPoolingHandler
100 case MSG_POLLING_IME_SETTINGS: in handleMessage()
112 sendMessageDelayed(obtainMessage(MSG_POLLING_IME_SETTINGS), in startPollingImeSettings()
117 removeMessages(MSG_POLLING_IME_SETTINGS); in cancelPollingImeSettings()