Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java44 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>(); field in SQLiteContentProvider
91 return mApplyingBatch.get() != null && mApplyingBatch.get(); in applyingBatch()
210 mApplyingBatch.set(true); in applyBatch()
236 mApplyingBatch.set(false); in applyBatch()
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A 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()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A 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()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java268 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<>(); field in CallLogProvider
339 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()