Lines Matching full:link
3 parent.link=index.html
7 next.link=navigation.html
48 {@link android.support.v4.app.NotificationCompat.Builder} class.
49 {@link android.support.v4.app.NotificationCompat.Builder}
51 {@link android.support.v4.app.NotificationCompat} and its subclasses,
52 particularly {@link android.support.v4.app.NotificationCompat.Builder}, to
58 {@link android.support.v4.app.NotificationCompat.Builder} object. At bare minimum,
59 a {@link android.support.v4.app.NotificationCompat.Builder Builder}
65 {@link android.support.v4.app.NotificationCompat.Builder#setSmallIcon setSmallIcon()}
69 {@link android.support.v4.app.NotificationCompat.Builder#setContentTitle setContentTitle()}
73 {@link android.support.v4.app.NotificationCompat.Builder#setContentText setContentText()}
90 {@link android.app.Activity} in your application, where they can look at the
92 defined by a {@link android.app.PendingIntent} containing an {@link
93 android.content.Intent} that starts an {@link android.app.Activity} in your
96 <p>How you construct the {@link android.app.PendingIntent} depends on what type
97 of {@link android.app.Activity} you're starting. When you start an {@link
121 To associate the {@link android.app.PendingIntent} created in the previous
122 step with a gesture, call the appropriate method of {@link
125 add the {@link android.app.PendingIntent} by calling {@link
137 <li>Get an instance of {@link android.app.NotificationManager}.</li>
139 <li>Use the {@link android.app.NotificationManager#notify notify()} method to issue the
140 notification. When you call {@link android.app.NotificationManager#notify notify()}, specify a notification ID.
144 <li>Call {@link
146 returns a {@link android.app.Notification} object containing your