Searched refs:MORE_KEYS_COLUMN_NUMBER_MASK (Results 1 – 1 of 1) sorted by relevance
127 private static final int MORE_KEYS_COLUMN_NUMBER_MASK = 0x000000ff; field in Key302 | (value & MORE_KEYS_COLUMN_NUMBER_MASK); in Key()307 | (value & MORE_KEYS_COLUMN_NUMBER_MASK); in Key()767 return mMoreKeysColumnAndFlags & MORE_KEYS_COLUMN_NUMBER_MASK; in getMoreKeysColumnNumber()