Searched refs:isPersistent (Results 1 – 9 of 9) sorted by relevance
89 public boolean isPersistent() { in isPersistent() method in BasicClientCookie290 return !this.discard && super.isPersistent(); in isPersistent()
181 public boolean isPersistent() { in isPersistent() method in BasicClientCookie
97 boolean isPersistent(); in isPersistent() method
186 public boolean isPersistent() { in isPersistent() method in RoomInfo
50 if (!_info.isPersistent()) { in cancel()
82 public boolean isPersistent() { in isPersistent() method in ShadowPreference
676 public abstract boolean isPersistent(); in isPersistent() method in ServiceInfo
163 assertThat(preference.isPersistent(), equalTo(shouldPersist)); in testPersistent()
223 this._persistent = info.isPersistent(); in ServiceInfoImpl()1169 buf.append(this.isPersistent() ? "' is persistent," : "',"); in toString()1287 public boolean isPersistent() { in isPersistent() method in ServiceInfoImpl