HomeSort by relevance Sort by last modified time
    Searched defs:appId (Results 1 - 2 of 2) sorted by null

  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 163 int appId = cursor.getInt(COLUMN_APPID);
164 String out = name + "|" + frequency + "|" + locale + "|" + appId;
216 String appid = null; local
219 if (st.hasMoreTokens()) appid = st.nextToken();
221 int appidInt = appid != null? Integer.parseInt(appid) : 0;
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 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);
    [all...]

Completed in 40 milliseconds