Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DSQLiteContentProvider.java102 private boolean applyingBatch() { in applyingBatch() method in SQLiteContentProvider
110 boolean applyingBatch = applyingBatch(); in insert()
111 if (!applyingBatch) { in insert()
152 boolean applyingBatch = applyingBatch(); in update()
153 if (!applyingBatch) { in update()
176 boolean applyingBatch = applyingBatch(); in delete()
177 if (!applyingBatch) { in delete()