Searched refs:mApplyingBatch (Results 1 – 3 of 3) sorted by relevance
46 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider112 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()213 mApplyingBatch.set(true); in applyBatch()238 mApplyingBatch.set(false); in applyBatch()
48 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider87 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()229 mApplyingBatch.set(true); in applyBatch()241 mApplyingBatch.set(false); in applyBatch()
268 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<>(); field in CallLogProvider339 final Boolean applying = mApplyingBatch.get(); in applyingBatch()350 mApplyingBatch.set(true); in applyBatch()354 mApplyingBatch.set(false); in applyBatch()365 mApplyingBatch.set(true); in bulkInsert()369 mApplyingBatch.set(false); in bulkInsert()