Home
last modified time | relevance | path

Searched refs:facetCategories (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarController.java123 TypedArray facetCategories = r.obtainTypedArray(R.array.car_facet_category_filters); in bind() local
128 || icons.length() != facetCategories.length()) { in bind()
155 facetCategories.getString(i).split(FACET_FILTER_DEMILITER)); in bind()