Searched refs:extraKey (Results 1 – 2 of 2) sorted by relevance
56 final String extraKey = "EXTRAS_KEY/" + SystemClock.elapsedRealtimeNanos(); in test_dumpDoesNotContainEditorText() local69 focusedEditText.getInputExtras(true /* create */).putString(extraKey, extraValue); in test_dumpDoesNotContainEditorText()80 assertThat(output).doesNotContain(extraKey); in test_dumpDoesNotContainEditorText()
202 final String extraKey = extras[index + 1]; in broadcastIntent() local205 .append(" ").append(extraKey) in broadcastIntent()