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.java1599 private static final int MAX_RECENT_OPERATIONS = 20; field in SQLiteConnection.OperationLog
1603 private final Operation[] mOperations = new Operation[MAX_RECENT_OPERATIONS];
1619 final int index = (mIndex + 1) % MAX_RECENT_OPERATIONS; in beginOperation()
1776 index = MAX_RECENT_OPERATIONS - 1; in dump()
1780 } while (operation != null && n < MAX_RECENT_OPERATIONS); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14471 Landroid/database/sqlite/SQLiteConnection$OperationLog;->MAX_RECENT_OPERATIONS:I