Searched defs:getPendingIntent (Results 1 - 7 of 7) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DFullScreenActivity.java51 public static PendingIntent getPendingIntent(Context context, int id) { method in class:FullScreenActivity
H A DUpdateService.java64 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) { method in class:UpdateService
H A DPhoneService.java72 public static PendingIntent getPendingIntent(Context context, int id, String action) { method in class:PhoneService
H A DToastService.java63 public static PendingIntent getPendingIntent(Context context, String text) { method in class:ToastService
/packages/services/Mms/src/com/android/mms/service/
H A DDownloadRequest.java92 protected PendingIntent getPendingIntent() { method in class:DownloadRequest
H A DMmsRequest.java217 final PendingIntent pendingIntent = getPendingIntent();
295 protected abstract PendingIntent getPendingIntent(); method in class:MmsRequest
H A DSendRequest.java86 protected PendingIntent getPendingIntent() { method in class:SendRequest

Completed in 88 milliseconds