Searched refs:MAX_DEBUG_DB_SIZE (Results 1 – 1 of 1) sorted by relevance
142 static final int MAX_DEBUG_DB_SIZE = 64; field in AccountsDb1305 if (size < MAX_DEBUG_DB_SIZE) { in calculateDebugTableInsertionPoint()1362 mDebugDbInsertionPoint = (mDebugDbInsertionPoint + 1) % MAX_DEBUG_DB_SIZE; in reserveDebugDbInsertionPoint()