D | PendingIntent.java | 573 public void send() throws CanceledException { in send() method in PendingIntent 574 send(null, 0, null, null, null, null); in send() 587 public void send(int code) throws CanceledException { in send() method in PendingIntent 588 send(null, code, null, null, null, null); in send() 606 public void send(Context context, int code, Intent intent) in send() method in PendingIntent 608 send(context, code, intent, null, null, null); in send() 627 public void send(int code, OnFinished onFinished, Handler handler) in send() method in PendingIntent 629 send(null, code, null, onFinished, handler, null); in send() 663 public void send(Context context, int code, Intent intent, in send() method in PendingIntent 665 send(context, code, intent, onFinished, handler, null); in send() [all …]
|