Home | History | Annotate | Download | only in media

Lines Matching refs:cat

996         final RouteCategory cat = info.getCategory();
997 if (!sStatic.mCategories.contains(cat)) {
998 sStatic.mCategories.add(cat);
1000 if (cat.isGroupable() && !(info instanceof RouteGroup)) {
1055 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory();
1056 if (removingCat == cat) {