Searched refs:EXTRA_PRIVATE_IME_OPTIONS (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.InputMethodTestActivity.EXTRA_PRIVATE_IME_OPTIONS;68 final String privateImeOption = intent.getStringExtra(EXTRA_PRIVATE_IME_OPTIONS); in onCreate()
195 public static final String EXTRA_PRIVATE_IME_OPTIONS = "private_ime_options"; field in Components.InputMethodTestActivity
22 import static android.server.wm.app.Components.InputMethodTestActivity.EXTRA_PRIVATE_IME_OPTIONS;228 extras.putString(EXTRA_PRIVATE_IME_OPTIONS, privateImeOptions); in testInputMethod()