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

1 2 3

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ToastService.java 63 public static PendingIntent getPendingIntent(Context context, int resId) {
UpdateService.java 60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) {
FullScreenActivity.java 79 public static PendingIntent getPendingIntent(Context context, int id) {
PhoneService.java 72 public static PendingIntent getPendingIntent(Context context, int id, String action) {
  /frameworks/base/core/java/android/text/style/
EasyEditSpan.java 41 * @see #getPendingIntent()
136 public PendingIntent getPendingIntent() {
  /frameworks/base/core/java/android/app/
TaskStackBuilder.java 248 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags) {
249 return getPendingIntent(requestCode, flags, null);
267 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags,
271 "No intents added to TaskStackBuilder; cannot getPendingIntent");
281 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options,
285 "No intents added to TaskStackBuilder; cannot getPendingIntent");
  /frameworks/support/core-utils/java/android/support/v4/app/
TaskStackBuilder.java 54 * {@link PendingIntent} generated by {@link #getPendingIntent(int, int)} will construct
77 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
88 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode,
330 public PendingIntent getPendingIntent(int requestCode, int flags) {
331 return getPendingIntent(requestCode, flags, null);
347 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options) {
350 "No intents added to TaskStackBuilder; cannot getPendingIntent");
357 return IMPL.getPendingIntent(mSourceContext, intents, requestCode, flags, options);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PendingRequestArgs.java 88 public Intent getPendingIntent() {
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 92 protected PendingIntent getPendingIntent() {
MmsRequest.java 217 final PendingIntent pendingIntent = getPendingIntent();
300 protected abstract PendingIntent getPendingIntent();
SendRequest.java 141 protected PendingIntent getPendingIntent() {
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
219 public static PendingIntent getPendingIntent(Context context, String text) {
272 = FullScreenActivity.getPendingIntent(mContext, phoneId);
284 ToastService.getPendingIntent(mContext, "Clicked on Answer"))
286 ToastService.getPendingIntent(mContext, "Clicked on Ignore"))
299 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch"))
314 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event"))
317 ToastService.getPendingIntent(mContext, "snoozed 10 min"))
319 ToastService.getPendingIntent(mContext, "snoozed 1 hr")
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 342 R.drawable.stat_notify_email, "Reply", ToastService.getPendingIntent(mContext,
397 public static PendingIntent getPendingIntent(Context context, String text) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 438 public PendingIntent getPendingIntent() {
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 618 public PendingIntent getPendingIntent() {
653 mLaunchCaptivePortalAppBroadcastReceiver.getPendingIntent());
    [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /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/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 399 milliseconds

1 2 3