Home
last modified time | relevance | path

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

/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DSearchableDictionary.java72 Intent wordIntent = new Intent(this, WordActivity.class); in handleIntent() local
73 wordIntent.setData(intent.getData()); in handleIntent()
74 startActivity(wordIntent); in handleIntent()
120 Intent wordIntent = new Intent(getApplicationContext(), WordActivity.class); in showResults()
123 wordIntent.setData(data); in showResults()
124 startActivity(wordIntent); in showResults()