Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DInputMethodTestActivity.java19 import static android.server.wm.app.Components.InputMethodTestActivity.EXTRA_PRIVATE_IME_OPTIONS;
68 final String privateImeOption = intent.getStringExtra(EXTRA_PRIVATE_IME_OPTIONS); in onCreate()
DComponents.java195 public static final String EXTRA_PRIVATE_IME_OPTIONS = "private_ime_options"; field in Components.InputMethodTestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityViewTest.java22 import static android.server.wm.app.Components.InputMethodTestActivity.EXTRA_PRIVATE_IME_OPTIONS;
228 extras.putString(EXTRA_PRIVATE_IME_OPTIONS, privateImeOptions); in testInputMethod()