Searched refs:applyingBatch (Results 1 – 6 of 6) sorted by relevance
111 private boolean applyingBatch() { in applyingBatch() method in SQLiteContentProvider119 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()
86 protected boolean applyingBatch() { in applyingBatch() method in SQLiteContentProvider93 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()
2310 if (!applyingBatch()) { in insert()2319 if (!applyingBatch()) { in update()2328 if (!applyingBatch()) { in delete()2339 mStats.incrementInsertStats(callingUid, applyingBatch()); in insertInTransaction()3329 mStats.incrementDeleteStats(callingUid, applyingBatch()); in deleteInTransaction()4207 mStats.incrementUpdateStats(callingUid, applyingBatch()); in updateInTransaction()
75 private final ThreadLocal<Boolean> applyingBatch = new ThreadLocal<>(); field in PhoneLookupHistoryContentProvider79 return applyingBatch.get() != null && applyingBatch.get(); in isApplyingBatch()282 applyingBatch.set(true); in applyBatch()306 applyingBatch.set(false); in applyBatch()
64 private final ThreadLocal<Boolean> applyingBatch = new ThreadLocal<>(); field in AnnotatedCallLogContentProvider68 return applyingBatch.get() != null && applyingBatch.get(); in isApplyingBatch()286 applyingBatch.set(true); in applyBatch()327 applyingBatch.set(false); in applyBatch()
338 protected boolean applyingBatch() { in applyingBatch() method in CallLogProvider535 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in insert()537 mStats.incrementInsertStats(callingUid, applyingBatch()); in insert()548 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in update()550 mStats.incrementInsertStats(callingUid, applyingBatch()); in update()561 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in delete()563 mStats.incrementInsertStats(callingUid, applyingBatch()); in delete()