Home
last modified time | relevance | path

Searched refs:weakRefConnection (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/entitycaps/
DEntityCapsManager.java115 private WeakReference<Connection> weakRefConnection; field in EntityCapsManager
226 this.weakRefConnection = new WeakReference<Connection>(connection); in EntityCapsManager()
232 Connection connection = weakRefConnection.get(); in init()
239 instances.remove(weakRefConnection.get()); in init()
419 return areEntityCapsSupported(weakRefConnection.get().getServiceName()); in areEntityCapsSupportedByServer()
439 Connection connection = weakRefConnection.get(); in updateLocalEntityCaps()