Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java46 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider
112 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()
213 mApplyingBatch.set(true); in applyBatch()
238 mApplyingBatch.set(false); in applyBatch()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java48 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider
87 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()
229 mApplyingBatch.set(true); in applyBatch()
241 mApplyingBatch.set(false); in applyBatch()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java322 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<>(); field in CallLogProvider
420 final Boolean applying = mApplyingBatch.get(); in applyingBatch()
431 mApplyingBatch.set(true); in applyBatch()
435 mApplyingBatch.set(false); in applyBatch()
446 mApplyingBatch.set(true); in bulkInsert()
450 mApplyingBatch.set(false); in bulkInsert()