HomeSort by relevance Sort by last modified time
    Searched refs:getPendingIntent (Results 1 - 25 of 33) sorted by null

1 2

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 91 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
99 UpdateService.getPendingIntent(context, update + 1, id, when))
110 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
137 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Matias"))
139 ToastService.getPendingIntent(this, "call answered"))
141 ToastService.getPendingIntent(this, "call ignored"))
150 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Stopwatch"))
160 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on calendar event"))
163 ToastService.getPendingIntent(this, "snoozed 10 min"))
165 ToastService.getPendingIntent(this, "snoozed 1 hr")
    [all...]
ToastService.java 63 public static PendingIntent getPendingIntent(Context context, String text) {
UpdateService.java 64 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) {
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 54 * {@link PendingIntent} generated by {@link #getPendingIntent(int, int)} will construct
77 PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
82 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
91 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
102 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
343 public PendingIntent getPendingIntent(int requestCode, int flags) {
344 return getPendingIntent(requestCode, flags, null);
360 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options) {
363 "No intents added to TaskStackBuilder; cannot getPendingIntent");
371 return IMPL.getPendingIntent(mSourceContext, intents, requestCode, flags, options)
    [all...]
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 247 public PendingIntent getPendingIntent(int requestCode, int flags) {
248 return getPendingIntent(requestCode, flags, null);
266 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options) {
269 "No intents added to TaskStackBuilder; cannot getPendingIntent");
279 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options,
283 "No intents added to TaskStackBuilder; cannot getPendingIntent");
  /frameworks/base/core/java/android/text/style/
EasyEditSpan.java 41 * @see #getPendingIntent()
126 public PendingIntent getPendingIntent() {
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 48 .getPendingIntent(0, 0));
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 61 .getPendingIntent(0, 0));
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 115 taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT));
  /frameworks/base/services/java/com/android/server/wifi/
WifiNotificationController.java 239 .getPendingIntent(0, 0, null, UserHandle.CURRENT);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 325 return taskStackBuilder.getPendingIntent(
343 return taskStackBuilder.getPendingIntent(
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 156 .getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 672 return taskStackBuilder.getPendingIntent(0, 0);
    [all...]
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 

Completed in 6121 milliseconds

1 2