Searched refs:mIsWaitingForResult (Results 1 – 1 of 1) sorted by relevance
413 private AtomicBoolean mIsWaitingForResult = new AtomicBoolean(true); field in VoicemailPlaybackPresenter.FetchResultHandler432 if (mIsWaitingForResult.getAndSet(false) && mContext != null) { in run()441 if (mIsWaitingForResult.getAndSet(false) && mContext != null) { in destroy()458 if (hasContent && mContext != null && mIsWaitingForResult.getAndSet(false)) { in onChange()