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()
2288 if (!applyingBatch()) { in insert()2297 if (!applyingBatch()) { in update()2306 if (!applyingBatch()) { in delete()2317 mStats.incrementInsertStats(callingUid, applyingBatch()); in insertInTransaction()3307 mStats.incrementDeleteStats(callingUid, applyingBatch()); in deleteInTransaction()4185 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()
260 protected boolean applyingBatch() { in applyingBatch() method in CallLogProvider445 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in insert()447 mStats.incrementInsertStats(callingUid, applyingBatch()); in insert()458 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in update()460 mStats.incrementInsertStats(callingUid, applyingBatch()); in update()471 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in delete()473 mStats.incrementInsertStats(callingUid, applyingBatch()); in delete()