Home
last modified time | relevance | path

Searched refs:applyingBatch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java111 private boolean applyingBatch() { in applyingBatch() method in SQLiteContentProvider
119 boolean applyingBatch = applyingBatch(); in insert()
120 if (!applyingBatch) { in insert()
162 boolean applyingBatch = applyingBatch(); in update()
163 if (!applyingBatch) { in update()
186 boolean applyingBatch = applyingBatch(); in delete()
187 if (!applyingBatch) { in delete()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java86 private boolean applyingBatch() { in applyingBatch() method in SQLiteContentProvider
93 boolean applyingBatch = applyingBatch(); in insert()
95 if (!applyingBatch) { in insert()
148 boolean applyingBatch = applyingBatch(); in update()
150 if (!applyingBatch) { in update()
181 boolean applyingBatch = applyingBatch(); in delete()
183 if (!applyingBatch) { in delete()