Searched refs:mDebugDbInsertionPoint (Results 1 – 1 of 1) sorted by relevance
188 private volatile long mDebugDbInsertionPoint = -1; field in AccountsDb1358 if (mDebugDbInsertionPoint == -1) { in reserveDebugDbInsertionPoint()1359 mDebugDbInsertionPoint = calculateDebugTableInsertionPoint(); in reserveDebugDbInsertionPoint()1360 return mDebugDbInsertionPoint; in reserveDebugDbInsertionPoint()1362 mDebugDbInsertionPoint = (mDebugDbInsertionPoint + 1) % MAX_DEBUG_DB_SIZE; in reserveDebugDbInsertionPoint()1363 return mDebugDbInsertionPoint; in reserveDebugDbInsertionPoint()