Searched refs:isWaitingForResult (Results 1 – 1 of 1) sorted by relevance
1058 private AtomicBoolean isWaitingForResult = new AtomicBoolean(true); field in VoicemailPlaybackPresenter.FetchResultHandler1075 if (isWaitingForResult.getAndSet(false) && context != null) { in run()1084 if (isWaitingForResult.getAndSet(false) && context != null) { in destroy()1103 if (hasContent && context != null && isWaitingForResult.getAndSet(false)) { in onChange()