Searched refs:mApplyingBatch (Results 1 – 1 of 1) sorted by relevance
45 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider103 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()203 mApplyingBatch.set(true); in applyBatch()228 mApplyingBatch.set(false); in applyBatch()