Uses of Class
android.app.Notification.Builder

Packages that use Notification.Builder
android.app   
 

Uses of Notification.Builder in android.app
 

Fields in android.app declared as Notification.Builder
protected  Notification.Builder Notification.Style.mBuilder
           
 

Methods in android.app that return Notification.Builder
 Notification.Builder Notification.Builder.addAction(int icon, CharSequence title, PendingIntent intent)
           
 Notification.Builder Notification.Builder.setAutoCancel(boolean autoCancel)
           
 Notification.Builder Notification.Builder.setContent(RemoteViews views)
           
 Notification.Builder Notification.Builder.setContentInfo(CharSequence info)
           
 Notification.Builder Notification.Builder.setContentIntent(PendingIntent intent)
           
 Notification.Builder Notification.Builder.setContentText(CharSequence text)
           
 Notification.Builder Notification.Builder.setContentTitle(CharSequence title)
           
 Notification.Builder Notification.Builder.setDefaults(int defaults)
           
 Notification.Builder Notification.Builder.setDeleteIntent(PendingIntent intent)
           
 Notification.Builder Notification.Builder.setFullScreenIntent(PendingIntent intent, boolean highPriority)
           
 Notification.Builder Notification.Builder.setLargeIcon(Bitmap icon)
           
 Notification.Builder Notification.Builder.setLights(int argb, int onMs, int offMs)
           
 Notification.Builder Notification.Builder.setNumber(int number)
           
 Notification.Builder Notification.Builder.setOngoing(boolean ongoing)
           
 Notification.Builder Notification.Builder.setOnlyAlertOnce(boolean onlyAlertOnce)
           
 Notification.Builder Notification.Builder.setPriority(int pri)
           
 Notification.Builder Notification.Builder.setProgress(int max, int progress, boolean indeterminate)
           
 Notification.Builder Notification.Builder.setSmallIcon(int icon)
           
 Notification.Builder Notification.Builder.setSmallIcon(int icon, int level)
           
 Notification.Builder Notification.Builder.setSound(Uri sound)
           
 Notification.Builder Notification.Builder.setSound(Uri sound, int streamType)
           
 Notification.Builder Notification.Builder.setStyle(Notification.Style style)
           
 Notification.Builder Notification.Builder.setSubText(CharSequence text)
           
 Notification.Builder Notification.Builder.setTicker(CharSequence tickerText)
           
 Notification.Builder Notification.Builder.setTicker(CharSequence tickerText, RemoteViews views)
           
 Notification.Builder Notification.Builder.setUsesChronometer(boolean b)
           
 Notification.Builder Notification.Builder.setVibrate(long[] pattern)
           
 Notification.Builder Notification.Builder.setWhen(long when)
           
 

Methods in android.app with parameters of type Notification.Builder
 void Notification.Style.setBuilder(Notification.Builder builder)
           
 

Constructors in android.app with parameters of type Notification.Builder
Notification.BigPictureStyle(Notification.Builder builder)
           
Notification.BigTextStyle(Notification.Builder builder)
           
Notification.InboxStyle(Notification.Builder builder)
           
 



Copyright © 2008-2012. All Rights Reserved.