Home | History | Annotate | Download | only in browser

Lines Matching refs:appId

146              * 1) If this is a voice search, re-use tab for appId
147 * If there is no appId, use current tab
149 * 3-phone) Reuse tab with same appId
152 final String appId = intent
161 // If a voice search has no appId, it means that it came
163 || (activateVoiceSearch && appId != null))
164 && !mActivity.getPackageName().equals(appId)) {
166 Tab appTab = mTabControl.getTabFromAppId(appId);
177 appTab.setAppId(appId);
190 tab.setAppId(appId);