Searched refs:operationComplete (Results 1 – 1 of 1) sorted by relevance
240 final AtomicBoolean operationComplete = new AtomicBoolean(false); in getKeyAsync() local245 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()259 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()268 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()278 if (operationComplete.get()) { in getKeyAsync()