Searched refs:mApplyingBatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java44 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in class:SQLiteContentProvider
91 return mApplyingBatch.get() != null && mApplyingBatch.get();
210 mApplyingBatch.set(true);
236 mApplyingBatch.set(false);

Completed in 48 milliseconds