Searched refs:COOKIE_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
1392 private static final int COOKIE_INDEX_MASK = 0xff; field in SQLiteConnection.OperationLog1527 final int index = cookie & COOKIE_INDEX_MASK; in getOperationLocked()
17348 Landroid/database/sqlite/SQLiteConnection$OperationLog;->COOKIE_INDEX_MASK:I