Searched refs:categoryString (Results 1 – 1 of 1) sorted by relevance
230 String categoryString = typedArray.getString(R.styleable.CarSystemBarButton_categories); in setUpIntents() local243 if (categoryString != null) { in setUpIntents()244 mButtonCategories = categoryString.split(BUTTON_FILTER_DELIMITER); in setUpIntents()