Searched defs:isAuthenticated (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/remoting/webapp/ | ||
D | identity.js | 173 remoting.Identity.prototype.isAuthenticated = function() { method in remoting.Identity |
D | oauth2.js | 77 remoting.OAuth2.prototype.isAuthenticated = function() { method in remoting.OAuth2 |
/external/smack/src/org/jivesoftware/smack/ | ||
D | SASLAuthentication.java | 496 public boolean isAuthenticated() { in isAuthenticated() method in SASLAuthentication |
D | BOSHConnection.java | 286 public boolean isAuthenticated() { in isAuthenticated() method in BOSHConnection |
D | XMPPConnection.java | 387 public boolean isAuthenticated() { in isAuthenticated() method in XMPPConnection |
D | Connection.java | 299 public abstract boolean isAuthenticated(); in isAuthenticated() method in Connection |