HomeSort by relevance Sort by last modified time
    Searched full:appid (Results 1 - 11 of 11) 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;
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
87 if(appID.trim().equals(""))
PPreferredServiceParser.java 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
125 if(appID.trim().equals(""))
132 pps.setApplicationIdentifiers(appID);
  /external/webkit/WebKitTools/wx/packaging/
wxWebKitInstaller.iss.in 5 AppId=wxWebKit
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 157 Tab createNewTab(boolean closeOnExit, String appId, String url) {
166 Tab t = new Tab(mActivity, w, closeOnExit, appId, url);
175 * appId(null), and url(null).
308 t.setAppId(state.getString(Tab.APPID));
Tab.java 156 static final String APPID = "appid";
    [all...]
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...]
  /external/dbus/doc/
dcop-howto.txt 82 instance of the program running, the appId will be equal to
92 register this appId with the server so it knows about you. Otherwise,
98 * returns the appId that is actually registered, which _may_ be
101 appId = client->registerAs(kApp->name());
113 yourself, this is already done. The appId is by definition
  /external/expat/win32/
expat.iss 9 AppId=expat
  /frameworks/base/core/java/android/provider/
UserDictionary.java 88 public static final String APP_ID = "appid";
  /external/libvpx/examples/includes/geshi/geshi/
inno.php 110 'AppendDefaultGroupName','AppId','AppModifyPath','AppMutex','AppName','AppPublisher',

Completed in 671 milliseconds