Home
last modified time | relevance | path

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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DFullScreenActivity.java79 public static PendingIntent getPendingIntent(Context context, int id) { in getPendingIntent() method in FullScreenActivity
DUpdateService.java60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) { in getPendingIntent() method in UpdateService
DToastService.java63 public static PendingIntent getPendingIntent(Context context, int resId) { in getPendingIntent() method in ToastService
DPhoneService.java72 public static PendingIntent getPendingIntent(Context context, int id, String action) { in getPendingIntent() method in PhoneService
/packages/services/Mms/src/com/android/mms/service/
DDownloadRequest.java92 protected PendingIntent getPendingIntent() { in getPendingIntent() method in DownloadRequest
DMmsRequest.java300 protected abstract PendingIntent getPendingIntent(); in getPendingIntent() method in MmsRequest
DSendRequest.java141 protected PendingIntent getPendingIntent() { in getPendingIntent() method in SendRequest