Searched refs:notifications (Results 1 – 25 of 28) sorted by relevance
12
/development/samples/browseable/LNotifications/ |
D | _index.jd | 8 This sample demonstrates how new features for notifications introduced in Android L 9 are used such as Heads-Up notifications, visibility, people, category and priority
|
/development/samples/browseable/Notifications/ |
D | _index.jd | 9 demonstrates various features of the Android Wear notifications API. Running the sample on your 11 notifications are displayed, both in a phone\'s notification shade and on the wearable.
|
/development/samples/browseable/MessagingService/ |
D | _index.jd | 8 This sample shows a simple service that sends notifications using 13 when the notifications is presented in that experience.
|
/development/samples/browseable/ActiveNotifications/ |
D | _index.jd | 9 NotificationManager can tell you how many notifications your application 12 notifications. To get started, press the "add a notification" button.
|
/development/samples/browseable/RecipeAssistant/ |
D | _index.jd | 8 This phone application uses the enhanced notifications API to display recipe 9 …instructions using paged notifications. After starting the application on your phone, you can brow…
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NamedPreset.java | 17 package com.example.android.support.wearable.notifications;
|
D | PriorityPreset.java | 17 package com.example.android.support.wearable.notifications;
|
D | MainActivity.java | 17 package com.example.android.support.wearable.notifications; 242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications() local 245 for (int i = 0; i < notifications.length; i++) { in postNotifications() 246 NotificationManagerCompat.from(this).notify(i, notifications[i]); in postNotifications() 249 for (int i = notifications.length; i < postedNotificationCount; i++) { in postNotifications() 252 postedNotificationCount = notifications.length; in postNotifications()
|
D | ActionsPreset.java | 17 package com.example.android.support.wearable.notifications;
|
D | NotificationUtil.java | 17 package com.example.android.support.wearable.notifications;
|
D | PriorityPresets.java | 17 package com.example.android.support.wearable.notifications;
|
D | NotificationPreset.java | 17 package com.example.android.support.wearable.notifications;
|
D | NotificationIntentReceiver.java | 17 package com.example.android.support.wearable.notifications;
|
D | BackgroundPickers.java | 17 package com.example.android.support.wearable.notifications;
|
D | ActionsPresets.java | 17 package com.example.android.support.wearable.notifications;
|
/development/samples/browseable/CustomNotifications/ |
D | _index.jd | 8 This sample demonstrates notifications with custom content views.
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPreset.java | 17 package com.example.android.support.wearable.notifications;
|
D | BasicNotificationDisplayActivity.java | 17 package com.example.android.support.wearable.notifications;
|
D | WearableListItemLayout.java | 17 package com.example.android.support.wearable.notifications;
|
D | MainActivity.java | 17 package com.example.android.support.wearable.notifications;
|
D | AnimatedNotificationDisplayActivity.java | 17 package com.example.android.support.wearable.notifications;
|
/development/samples/browseable/SynchronizedNotifications/ |
D | _index.jd | 8 This sample creates simple or synchronized notifications on a
|
/development/samples/browseable/AgendaData/ |
D | _index.jd | 10 DataItems can be deleted individually via an action on the event notifications, or all
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 11 …displays them as notifications. Each notification contains the question as the first page, followed
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
D | NotificationsActivity.java | 34 setContentView(R.layout.notifications); in onCreate()
|
12