Home
last modified time | relevance | path

Searched refs:MAX_RECENT_OPERATIONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1390 private static final int MAX_RECENT_OPERATIONS = 20; field in SQLiteConnection.OperationLog
1394 private final Operation[] mOperations = new Operation[MAX_RECENT_OPERATIONS];
1410 final int index = (mIndex + 1) % MAX_RECENT_OPERATIONS; in beginOperation()
1567 index = MAX_RECENT_OPERATIONS - 1; in dump()
1571 } while (operation != null && n < MAX_RECENT_OPERATIONS); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17358 Landroid/database/sqlite/SQLiteConnection$OperationLog;->MAX_RECENT_OPERATIONS:I