Searched refs:SELECTABLE_IS_SELECTABLE (Results 1 – 2 of 2) sorted by relevance
54 private static final String SELECTABLE_IS_SELECTABLE = "is_selectable"; field in GrantsDatabase77 + SELECTABLE_IS_SELECTABLE in createSelectableTable()119 values.put(SELECTABLE_IS_SELECTABLE, Boolean.toString(true)); in markKeyAsSelectable()230 values.put(SELECTABLE_IS_SELECTABLE, Boolean.toString(userSelectable)); in setIsUserSelectable()240 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));