Home | History | Annotate | Download | only in browser

Lines Matching refs:appId

466             final String appId = intent
469 // If a voice search has no appId, it means that it came
471 || (activateVoiceSearch && appId != null))
472 && !getPackageName().equals(appId)
474 Tab appTab = mTabControl.getTabFromId(appId);
476 Log.i(LOGTAG, "Reusing tab for " + appId);
517 openTabAndShow(urlData, true, appId);
1769 private Tab openTabAndShow(String url, boolean closeOnExit, String appId) {
1770 return openTabAndShow(new UrlData(url), closeOnExit, appId);
1777 String appId) {
1780 final Tab tab = mTabControl.createNewTab(closeOnExit, appId,