Searched refs:categories (Results 1 – 8 of 8) sorted by relevance
472 Set<String> categories = intent.getCategories(); in isShortCutIntent() local473 return (categories != null) && categories.contains("com.android.settings.SHORTCUT"); in isShortCutIntent()548 ArrayList<DashboardCategory> categories = in onCreate() local550 if (categories != null) { in onCreate()552 mCategories.addAll(categories); in onCreate()976 private void buildDashboardCategories(List<DashboardCategory> categories) { in buildDashboardCategories() argument977 categories.clear(); in buildDashboardCategories()978 loadCategoriesFromResource(R.xml.dashboard_categories, categories); in buildDashboardCategories()979 updateTilesList(categories); in buildDashboardCategories()
525 String categories = categoriesParser(); in addEvent() local526 if (categories.length() > 0) { in addEvent()527 ops.newExtendedProperty(EXTENDED_PROPERTY_CATEGORIES, categories); in addEvent()946 StringBuilder categories = new StringBuilder(); in categoriesParser() local952 categories.append(getValue()); in categoriesParser()953 categories.append(CATEGORY_TOKENIZER_DELIMITER); in categoriesParser()959 return categories.toString(); in categoriesParser()
122 final Set<String> categories = intent.getCategories(); in updateDialtactsLauncher() local128 categories != null && in updateDialtactsLauncher()129 categories.contains(Intent.CATEGORY_LAUNCHER)) { in updateDialtactsLauncher()
111 List<DashboardCategory> categories = in rebuildUI() local114 final int count = categories.size(); in rebuildUI()117 DashboardCategory category = categories.get(n); in rebuildUI()
293 Set<String> categories = intent.getCategories(); in onIntentSelected() local294 if (categories != null) { in onIntentSelected()295 for (String cat : categories) { in onIntentSelected()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1402373178, ...