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

  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 87 private boolean wasAuthenticated = false;
462 wasAuthenticated = false;
541 * @param wasAuthenticated true if the connection has already been authenticated.
543 private void setWasAuthenticated(boolean wasAuthenticated) {
544 if (!this.wasAuthenticated) {
545 this.wasAuthenticated = wasAuthenticated;
716 if (wasAuthenticated) {
XMPPConnection.java 88 private boolean wasAuthenticated = false;
494 wasAuthenticated = false;
666 else if (!wasAuthenticated) {
    [all...]

Completed in 399 milliseconds