Searched refs:COOKIE_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
1309 private static final int COOKIE_INDEX_MASK = 0xff; field in SQLiteConnection.OperationLog1426 final int index = cookie & COOKIE_INDEX_MASK; in getOperationLocked()