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()
2286 if (!applyingBatch()) { in insert()2295 if (!applyingBatch()) { in update()2304 if (!applyingBatch()) { in delete()2315 mStats.incrementInsertStats(callingUid, applyingBatch()); in insertInTransaction()3305 mStats.incrementDeleteStats(callingUid, applyingBatch()); in deleteInTransaction()4183 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()
246 protected boolean applyingBatch() { in applyingBatch() method in CallLogProvider429 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in insert()431 mStats.incrementInsertStats(callingUid, applyingBatch()); in insert()442 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in update()444 mStats.incrementInsertStats(callingUid, applyingBatch()); in update()455 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid(); in delete()457 mStats.incrementInsertStats(callingUid, applyingBatch()); in delete()