Searched refs:Category (Results 1 – 2 of 2) sorted by relevance
127 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem(); in onViewCreated()133 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(), in onViewCreated()134 android.R.layout.simple_spinner_item, Category.values()); in onViewCreated()178 private Notification createNotification(Priority priority, Category category, Uri contactUri) { in createNotification()204 private void showNotificationClicked(Priority priority, Category category, Uri contactUri) { in showNotificationClicked()295 private enum Category { enum in OtherMetadataFragment313 Category(String value) { in Category() method in OtherMetadataFragment.Category
25 import com.android.tools.lint.detector.api.Category;76 Category.CORRECTNESS,