Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DMediaIDHelper.java36 public static String createMediaID(String musicID, String... categories) { in createMediaID() argument
43 if (categories != null && categories.length > 0) { in createMediaID()
44 sb.append(categories[0]); in createMediaID()
45 for (int i=1; i < categories.length; i++) { in createMediaID()
46 sb.append(CATEGORY_SEPARATOR).append(categories[i]); in createMediaID()
DQueueHelper.java104 Iterable<MediaMetadata> tracks, String... categories) { in convertToQueue() argument
112 track.getDescription().getMediaId(), categories); in convertToQueue()
/development/vndk/tools/header-checker/src/utils/
Dcommand_line_utils.cpp29 const llvm::SmallVectorImpl<llvm::cl::OptionCategory *> &categories = in IsOptionInCategory() local
31 auto iter = std::find(categories.begin(), categories.end(), &category); in IsOptionInCategory()
32 return iter != categories.end(); in IsOptionInCategory()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DFlagUtils.java91 Map<String, List<String>> categories = new HashMap<>();
116 categories.put("Non-user", nonUser);
117 categories.put("Recents and UI", recentsAndUi);
118 categories.put("New Task", newTask);
119 categories.put("Clear Task", clearTask);
120 categories.put("Rearrange Task", rearrangeTask);
121 categories.put("Other", other);
122 return categories;
DIntentFragment.java67 Set<String> categories = intent.getCategories(); in onResume() local
74 if (categories != null) { in onResume()
77 categories.toArray(new String[0])); in onResume()
DIntentBuilderView.java173 private void fillCheckBoxLayout(ViewGroup layout, Map<String, List<String>> categories, in fillCheckBoxLayout() argument
176 for (String category : categories.keySet()) { in fillCheckBoxLayout()
182 for (String item : categories.get(category)) { in fillCheckBoxLayout()
/development/scripts/
Dcombine_sdks.sh75 for i in widgets categories broadcast_actions service_actions; do
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java294 final Set<String> categories = intent.getCategories(); in isActivityStartingAllowed() local
296 && categories != null in isActivityStartingAllowed()
297 && categories.contains(Intent.CATEGORY_HOME)) { in isActivityStartingAllowed()
/development/build/
Dsdk.atree223 …/framework-doc-stubs-metadata_intermediates/categories.txt platforms/${PLATFORM_NAME}/data…
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv10960 …xAWuMSAmKNd65TXZVjA@fakeemail.com,Fix setCdmaBroadcastConfig in RIL.java to include all categories.
11496 …xAWuMSAmKNd65TXZVjA@fakeemail.com,Fix setCdmaBroadcastConfig in RIL.java to include all categories.
11912 …9289,platform/build,fake_-Rc71mnYS2e4fzpHpefe9A@fakeemail.com,Warn.py: Update errorprone categories
12128 …ld,fake_eQzJ5iU2QcCwUe0mAYw3lw@fakeemail.com,Add +/- buttons to expand/collapse warning categories.
33052 …es/apps/Settings,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Only update categories after all setTil…
33467 …packages/apps/Settings,fake_3UI2Tg6eR0eRhaA3PKbd8Q@fakeemail.com,Count cache in storage categories.
33603 …e_OUDITKHUSL-yTt4gHeMWRQ@fakeemail.com,Check for null activity before getting dashboard categories.
33609 …s/Settings,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Merge pointer/tts categories into one without…
33884 …pps/Settings,fake_OIbkZa1zQ_uEGVflit1WGQ@fakeemail.com,Add summary for categories in battery advan…
34058 …I2Tg6eR0eRhaA3PKbd8Q@fakeemail.com,"Use the ""fast track"" storage calculation for all categories."
[all …]