Searched refs:mHasGoodData (Results 1 – 2 of 2) sorted by relevance
57 if (mHasGoodData) { in Pull()62 return mHasGoodData ? PULL_SUCCESS : PULL_FAIL; in Pull()72 mHasGoodData = (status == PULL_SUCCESS); in Pull()73 if (!mHasGoodData) { in Pull()83 mHasGoodData = false; in Pull()
88 bool mHasGoodData = false; variable