Searched refs:mApplyingBatch (Results 1 – 2 of 2) sorted by relevance
45 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider84 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()217 mApplyingBatch.set(true); in applyBatch()229 mApplyingBatch.set(false); in applyBatch()
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()