Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DDumpTest.java56 final String extraKey = "EXTRAS_KEY/" + SystemClock.elapsedRealtimeNanos(); in test_dumpDoesNotContainEditorText() local
69 focusedEditText.getInputExtras(true /* create */).putString(extraKey, extraValue); in test_dumpDoesNotContainEditorText()
80 assertThat(output).doesNotContain(extraKey); in test_dumpDoesNotContainEditorText()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java202 final String extraKey = extras[index + 1]; in broadcastIntent() local
205 .append(" ").append(extraKey) in broadcastIntent()