HomeSort by relevance Sort by last modified time
    Searched full:jabberid (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostInfo.java 17 public final String jabberId;
24 String jabberId,
30 this.jabberId = jabberId;
57 json.optString("jabberId"),
SessionConnector.java 44 mHostJabberId = host.jabberId;
53 JniInterface.connectToHost(accountName, authToken, host.jabberId, host.id, host.publicKey,
58 return host.jabberId.isEmpty() || host.publicKey.isEmpty();
92 if (foundHost == null || foundHost.jabberId.equals(mHostJabberId)
101 JniInterface.connectToHost(mAccountName, mAuthToken, foundHost.jabberId,
  /external/chromium_org/remoting/ios/
host.mm 17 @synthesize jabberId = _jabberId;
48 host.jabberId = [svr objectForKey:@"jabberId"];
host.h 18 @property(nonatomic, copy) NSString* jabberId;
host_refresh_test_helper.h 21 constexpr static NSString* JabberIdTag = @"\"jabberId\":\"";
host_refresh_unittest.mm 113 ASSERT_NSEQ(HostRefreshTestHelper::JabberIdTest, host.jabberId);
  /external/chromium_org/remoting/ios/bridge/
host_proxy_unittest.mm 37 jabberId:@""
host_proxy.h 45 jabberId:(NSString*)jid
host_proxy.mm 38 jabberId:(NSString*)jid
  /external/chromium_org/remoting/webapp/
host.js 28 this.jabberId = '';
session_connector.js 203 host.hostId, host.jabberId, host.publicKey, host.hostName,
374 var host = /** @type {{data: {jabberId: string, publicKey: string}}} */
376 if (host && host.data && host.data.jabberId && host.data.publicKey) {
377 this.hostJid_ = host.data.jabberId;
499 host.hostId, host.jabberId, host.publicKey, host.hostName,
host_list.js 284 // never sent a heartbeat, then there will be no jabberId.
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 132 * @param field value of field. Possible values: NICKNAME, PHOTO, BDAY, JABBERID, MAILER, TZ,
222 return otherSimpleFields.get("JABBERID");
225 public void setJabberId(String jabberId) {
226 otherSimpleFields.put("JABBERID", jabberId);
  /external/chromium_org/remoting/ios/ui/
host_view_controller.mm 157 jabberId:_host.jabberId
218 DCHECK(host.jabberId);

Completed in 198 milliseconds