Home | History | Annotate | Download | only in telephony

Lines Matching defs:pendingIntent

20 import android.app.PendingIntent;
41 * {@link #createAppSpecificSmsRequest} allows an application to provide a {@link PendingIntent}
75 public String createAppSpecificSmsToken(String callingPkg, PendingIntent intent) {
113 info.pendingIntent.send(mContext, 0, fillIn);
114 } catch (PendingIntent.CanceledException e) {
167 public final PendingIntent pendingIntent;
170 AppRequestInfo(String packageName, PendingIntent pendingIntent, String token) {
172 this.pendingIntent = pendingIntent;