Searched refs:mTokenPool (Results 1 – 1 of 1) sorted by relevance
83 private Collection<ITokenRequest> mTokenPool; field in TestsPoolPoller113 mTokenPool = tokenTests; in TestsPoolPoller()124 if (mTokenPool != null) { in poll()125 synchronized (mTokenPool) { in poll()126 if (!mTokenPool.isEmpty()) { in poll()127 Iterator<ITokenRequest> itr = mTokenPool.iterator(); in poll()134 mTokenPool.remove(test); in poll()144 mTokenPool.remove(test); in poll()166 if (mTokenPool == null) { in pollRejectedTokenModule()169 synchronized (mTokenPool) { in pollRejectedTokenModule()[all …]