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

1 2 3

  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 44 .setContentIntent(TaskStackBuilder.create(this)
60 .setContentIntent(PendingIntent.getActivity(this, 0,
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 91 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
110 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
137 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Matias"))
150 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Stopwatch"))
160 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on calendar event"))
182 .setContentIntent(
204 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Email"))
215 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Twitter"))
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 57 .setContentIntent(TaskStackBuilder.from(this)
73 .setContentIntent(PendingIntent.getActivity(this, 0,
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java 62 builder.setContentIntent(pendingIntent);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 84 setContentIntent(pendingIntent).
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 62 builder.setContentIntent(pendingIntent);
  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 45 .setContentIntent(contentIntent)
  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 46 .setContentIntent(contentIntent)
  /developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/java/com/example/android/customnotifications/
MainActivity.java 55 builder.setContentIntent(intent);
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 55 builder.setContentIntent(intent);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 224 .setContentIntent(PendingIntent.getActivity(context, 0, intent, 0));
245 .setContentIntent(PendingIntent.getActivity(context, 0, new Intent(), 0))
263 .setContentIntent(PendingIntent.getActivity(context, 0,
281 .setContentIntent(PendingIntent.getActivity(context, 0, new Intent(), 0))
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java 119 .setContentIntent(createContentIntent(printJob.getId()))
133 .setContentIntent(createContentIntent(printJob.getId()))
149 .setContentIntent(createContentIntent(printJob.getId()))
163 .setContentIntent(createContentIntent(printJob.getId()))
175 .setContentIntent(createContentIntent(null))
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleSchedulingService.java 88 mBuilder.setContentIntent(contentIntent);
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 62 .setContentIntent(createDisplayMessageIntent(context, fromAddress, message,
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 123 builder.setContentIntent(resultPendingIntent);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 50 .setContentIntent(contentIntent)
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 91 .setContentIntent(pending)
BluetoothPermissionRequest.java 133 .setContentIntent(PendingIntent.getActivity(context, 0, connectionAccessIntent, 0))
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 536 .setContentIntent(pendingCallLogIntent)
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 170 builder.setContentIntent(PendingIntent.getBroadcast(mContext,
194 builder.setContentIntent(PendingIntent.getBroadcast(mContext,
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 92 builder.setContentIntent(PendingIntent.getActivity(
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 90 builder.setContentIntent(noop);
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 499 .setContentIntent(mSettingsPendingIntent)
513 .setContentIntent(mSettingsPendingIntent)
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 268 .setContentIntent(getDialogPendingIntent("Tapped the notification entry."));
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 312 builder.setContentIntent(mConfigIntent);

Completed in 812 milliseconds

1 2 3