Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DInputMethodTestActivity.java68 final String privateImeOption = intent.getStringExtra(EXTRA_PRIVATE_IME_OPTIONS); in onCreate() local
69 if (privateImeOption != null) { in onCreate()
70 editText.setPrivateImeOptions(privateImeOption); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java462 final String privateImeOption = activity.getEditText().getPrivateImeOptions(); in testImeApiForBug118341760() local
469 && TextUtils.equals(editorInfo.privateImeOptions, privateImeOption); in testImeApiForBug118341760()