Searched refs:SELECTABLE_IS_SELECTABLE (Results 1 – 2 of 2) sorted by relevance
64 private static final String SELECTABLE_IS_SELECTABLE = "is_selectable"; field in GrantsDatabase87 + SELECTABLE_IS_SELECTABLE in createSelectableTable()129 values.put(SELECTABLE_IS_SELECTABLE, Boolean.toString(true)); in markKeyAsSelectable()259 values.put(SELECTABLE_IS_SELECTABLE, Boolean.toString(userSelectable)); in setIsUserSelectable()269 new String[] {SELECTABLE_IS_SELECTABLE}, in isUserSelectable() argument
53 private static final String SELECTABLE_IS_SELECTABLE = "is_selectable"; field in GrantsDatabaseTest193 + SELECTABLE_IS_SELECTABLE237 values.put(SELECTABLE_IS_SELECTABLE, Boolean.toString(isSelectable));