Home | History | Annotate | Download | only in browser

Lines Matching defs:latest

260      * Private information regarding the latest voice search.  If the Tab is not
298 * Get the latest array of voice search results, to be passed to the
365 Intent latest = new Intent(mVoiceSearchData.mVoiceSearchIntent);
366 latest.putExtra(SearchManager.EXTRA_DATA_KEY, extraData);
367 mVoiceSearchData.mVoiceSearchIntent = latest;