Home
last modified time | relevance | path

Searched defs:queryIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSearchQueryResults.java53 final Intent queryIntent = getIntent(); in onCreate() local
75 final Intent queryIntent = getIntent(); in onNewIntent() local
91 private void doSearchQuery(final Intent queryIntent, final String entryPoint) { in doSearchQuery()