Home
last modified time | relevance | path

Searched full:categories (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/developers/samples/android/wearable/wear/WearDrawers/
Dtemplate-params.xml48 <!-- See http://go/sample-categories for details on the next 4 fields. -->
49 <!-- Most samples just need to udpate the Categories field. This is a comma-
51 may have multiple categories, so feel free to add extras. Try to avoid
53 <categories>Wearable</categories>
/developers/build/templates/create/
Dtemplate-params.xml.ftl20 and replaced with the "categories" tags below. -->
53 <!-- See http://go/sample-categories for details on the next 4 fields. -->
54 <!-- Most samples just need to udpate the Categories field. This is a comma-
56 may have multiple categories, so feel free to add extras. Try to avoid
58 <categories>Getting Started, UI</categories>
/developers/samples/android/wearable/wear/WearVerifyRemoteApp/
Dtemplate-params.xml20 and replaced with the "categories" tags below. -->
60 <!-- See http://go/sample-categories for details on the next 4 fields. -->
61 <!-- Most samples just need to udpate the Categories field. This is a comma-
63 may have multiple categories, so feel free to add extras. Try to avoid
65 <categories>Getting Started, UI</categories>
/developers/samples/android/notification/NotificationChannels/
Dtemplate-params.xml21 and replaced with the "categories" tags below. -->
47 <!-- See http://go/sample-categories for details on the next 4 fields. -->
48 <!-- Most samples just need to udpate the Categories field. This is a comma-
50 may have multiple categories, so feel free to add extras. Try to avoid
52 <categories>Notification, Android O Preview</categories>
/developers/build/templates/unmanaged/.google/
Dpackaging.yaml.ftl8 categories: [<#if sample.metadata.categories?is_node>${sample.metadata.categories}<#else>${sample…
/developers/build/templates/base-build/.google/
Dpackaging.yaml.ftl8 categories: [<#if sample.metadata.categories?is_node>${sample.metadata.categories}<#else>${sample…
/developers/build/templates/base/.google/
Dpackaging.yaml.ftl8 categories: [<#if sample.metadata.categories?is_node>${sample.metadata.categories}<#else>${sample…
/developers/samples/android/wearable/wear/WearAccessibilityApp/
Dtemplate-params.xml52 <!-- See http://go/sample-categories for details on the next 4 fields. -->
53 <!-- Most samples just need to udpate the Categories field. This is a comma-
55 may have multiple categories, so feel free to add extras. Try to avoid
57 <categories>Wearable</categories>
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/
Dtemplate-params.xml52 <!-- See http://go/sample-categories for details on the next 4 fields. -->
53 <!-- Most samples just need to udpate the Categories field. This is a comma-
55 may have multiple categories, so feel free to add extras. Try to avoid
57 <categories>Wearable</categories>
/developers/samples/android/wearable/wear/WearHighBandwidthNetworking/
Dtemplate-params.xml52 <!-- See http://go/sample-categories for details on the next 4 fields. -->
53 <!-- Most samples just need to udpate the Categories field. This is a comma-
55 may have multiple categories, so feel free to add extras. Try to avoid
57 <categories>Wearable</categories>
/developers/samples/android/wearable/wear/SpeedTracker/
Dtemplate-params.xml65 <!-- See http://go/sample-categories for details on the next 4 fields. -->
66 <!-- Most samples just need to udpate the Categories field. This is a comma-
68 may have multiple categories, so feel free to add extras. Try to avoid
70 <categories>GPS, Wearable</categories>
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DVideoProvider.java106 JSONArray categories = jsonObj.getJSONArray(TAG_GOOGLE_VIDEOS); in buildMedia() local
107 if (null != categories) { in buildMedia()
108 Log.d(TAG, "category #: " + categories.length()); in buildMedia()
114 for (int i = 0; i < categories.length(); i++) { in buildMedia()
115 JSONObject category = categories.getJSONObject(i); in buildMedia()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
DVideoProvider.java76 JSONArray categories = jsonObj.getJSONArray(TAG_GOOGLE_VIDEOS); in buildMedia() local
77 if (null != categories) { in buildMedia()
78 Log.d(TAG, "category #: " + categories.length()); in buildMedia()
84 for (int i = 0; i < categories.length(); i++) { in buildMedia()
85 JSONObject category = categories.getJSONObject(i); in buildMedia()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/
Dtemplate-params.xml20 and replaced with the "categories" tags below. -->
51 <!-- See http://go/sample-categories for details on the next 4 fields. -->
52 <!-- Most samples just need to udpate the Categories field. This is a comma-
54 may have multiple categories, so feel free to add extras. Try to avoid
56 <categories>Wearable</categories>
/developers/samples/android/wearable/wear/WearSpeakerSample/
Dtemplate-params.xml39 <!-- See http://go/sample-categories for details on the next 4 fields. -->
40 <categories>Wearable</categories>
/developers/samples/android/deprecated/wearable/wear/Timer/
Dtemplate-params.xml41 <categories>Wearable</categories>
/developers/samples/android/tv/ChannelsPrograms/
Dtemplate-params.xml21 and replaced with the "categories" tags below. -->
58 <!-- See http://go/sample-categories for details on the next 4 fields. -->
59 <categories>Getting Started, UI</categories>
/developers/samples/android/content/documentsUi/ScopedDirectoryAccess/
Dtemplate-params.xml21 and replaced with the "categories" tags below. -->
43 <categories>Content</categories>
/developers/samples/android/deprecated/wearable/wear/FindMyPhone/
Dtemplate-params.xml49 <categories>Wearable</categories>
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/
Dtemplate-params.xml47 <categories>Wearable</categories>
/developers/samples/android/deprecated/wearable/wear/DelayedConfirmation/
Dtemplate-params.xml51 <categories>Wearable</categories>
/developers/samples/android/notification/MessagingService/
Dtemplate-params.xml43 <categories>Notification</categories>
44 <!-- Old Categories: UI, Notification -->
/developers/samples/android/wearable/wear/WearNotifications/
Dtemplate-params.xml70 <!-- See http://go/sample-categories for details on the next 4 fields. -->
71 <!-- Most samples just need to udpate the Categories field. This is a comma-
73 may have multiple categories, so feel free to add extras. Try to avoid
75 <categories>Notification, Wearable</categories>
/developers/samples/android/deprecated/wearable/wear/Quiz/
Dtemplate-params.xml51 <categories>Wearable</categories>
/developers/samples/android/input/autofill/AutofillFramework/
Dtemplate-params.xml21 and replaced with the "categories" tags below. -->
45 <!-- See http://go/sample-categories for details on the next 4 fields. -->
46 <!-- Most samples just need to udpate the Categories field. This is a comma-
48 may have multiple categories, so feel free to add extras. Try to avoid
50 <categories>Input, Android O Preview</categories>

12345678910>>...18