Searched refs:COOKIE_INDEX_MASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1293 private static final int COOKIE_INDEX_MASK = 0xff; field in class:SQLiteConnection.OperationLog
1394 final int index = cookie & COOKIE_INDEX_MASK;

Completed in 25 milliseconds