コード例 #1
0
 public Builder setOnlyAlertOnce(boolean paramBoolean) {
   setFlag(8, paramBoolean);
   return this;
 }
コード例 #2
0
 public Builder setFullScreenIntent(PendingIntent paramPendingIntent, boolean paramBoolean) {
   this.mFullScreenIntent = paramPendingIntent;
   setFlag(128, paramBoolean);
   return this;
 }
コード例 #3
0
 public Builder setOngoing(boolean paramBoolean) {
   setFlag(2, paramBoolean);
   return this;
 }
コード例 #4
0
 public Builder setAutoCancel(boolean paramBoolean) {
   setFlag(16, paramBoolean);
   return this;
 }