Exemplo n.º 1
0
 public Builder setOnlyAlertOnce(boolean paramBoolean) {
   setFlag(8, paramBoolean);
   return this;
 }
Exemplo n.º 2
0
 public Builder setFullScreenIntent(PendingIntent paramPendingIntent, boolean paramBoolean) {
   this.mFullScreenIntent = paramPendingIntent;
   setFlag(128, paramBoolean);
   return this;
 }
Exemplo n.º 3
0
 public Builder setOngoing(boolean paramBoolean) {
   setFlag(2, paramBoolean);
   return this;
 }
Exemplo n.º 4
0
 public Builder setAutoCancel(boolean paramBoolean) {
   setFlag(16, paramBoolean);
   return this;
 }