/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 155 .setContentIntent(makeIntent2()) 192 .setContentIntent(makeIntent()) 205 .setContentIntent(makeIntent()) 218 .setContentIntent(makeIntent()) 231 .setContentIntent(makeIntent()) 245 .setContentIntent(makeIntent()) 580 .setContentIntent(makeIntent()) 600 .setContentIntent(makeIntent()) 616 .setContentIntent(makeIntent()) 629 .setContentIntent(makeIntent()) [all …]
|
D | StatusBarTest.java | 169 .setContentIntent(pi)
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText")) in makeBigTextNotification() 170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload")) in makeUploadNotification() 281 .setContentIntent(fullscreenIntent) in testCreate() 299 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch")) in testCreate() 314 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event")) in testCreate() 340 .setContentIntent( in testCreate() 358 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Mail")) in testCreate() 376 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Social")) in testCreate()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 119 .setContentIntent(createContentIntent(printJob.getId())) in createPrintingNotification() 135 .setContentIntent(createContentIntent(printJob.getId())) in createFailedNotification() 153 .setContentIntent(createContentIntent(printJob.getId())) in createBlockedNotification() 169 .setContentIntent(createContentIntent(printJob.getId())) in createCancellingNotification() 183 .setContentIntent(createContentIntent(null)) in createStackedNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 200 .setContentIntent(buildForgetPendingIntent(rec)) in updateMissingPrivateVolumes() 226 .setContentIntent(buildInitPendingIntent(disk)) in onDiskScannedInternal() 341 .setContentIntent(initIntent) in onVolumeMounted() 359 .setContentIntent(browseIntent) in onVolumeMounted() 398 .setContentIntent(buildInitPendingIntent(vol)) in onVolumeUnmountable() 464 .setContentIntent(intent) in onMoveProgress() 513 .setContentIntent(intent) in onMoveFinished()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 34 .setContentIntent(PendingIntent.getActivity(this, 0, in onStartCommand()
|
/frameworks/base/docs/html/training/notify-user/ |
D | navigation.jd | 109 builder.setContentIntent(resultPendingIntent); 191 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 192 setContentIntent()}. 217 builder.setContentIntent(notifyIntent);
|
D | build-notification.jd | 124 android.support.v4.app.NotificationCompat.Builder#setContentIntent 125 setContentIntent()}. For example:</p> 129 mBuilder.setContentIntent(resultPendingIntent);</pre>
|
D | expanded.jd | 93 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent setContentIntent()} 114 builder.setContentIntent(resultPendingIntent);
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | creating.jd | 77 .setContentIntent(viewPendingIntent); 89 specified by the {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 90 setContentIntent()} method by touching the notification. When this 101 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 102 setContentIntent()}, you can add other actions by passing a {@link android.app.PendingIntent} to 121 .setContentIntent(viewPendingIntent) 205 .setContentIntent(viewPendingIntent)
|
D | pages.jd | 49 .setContentIntent(viewPendingIntent);
|
/frameworks/support/v4/honeycomb/android/support/v4/app/ |
D | NotificationCompatHoneycomb.java | 45 .setContentIntent(contentIntent) in add()
|
/frameworks/support/v4/ics/android/support/v4/app/ |
D | NotificationCompatIceCreamSandwich.java | 50 .setContentIntent(contentIntent) in Builder()
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 92 .setContentIntent(pendingIntent) in sendNotification()
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
D | FixVibrateSetting.java | 121 .setContentIntent(pending) in test()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 189 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification() 221 nb.setContentIntent(pendingActivity(mOpenSaverSettings)); in showSaverNotification()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | CopyService.java | 169 .setContentIntent(PendingIntent.getActivity(context, 0, navigateIntent, in onHandleIntent() 206 .setContentIntent(PendingIntent.getActivity(context, 0, navigateIntent, 0)) in setupCopyJob()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 161 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent setContentIntent()}. 223 mBuilder.setContentIntent(resultPendingIntent); 303 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 304 setContentIntent()} to add the {@link android.app.PendingIntent} to the notification. 547 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 548 setContentIntent()}. 569 builder.setContentIntent(resultPendingIntent); 654 {@link android.support.v4.app.NotificationCompat.Builder#setContentIntent 655 setContentIntent()}. 680 builder.setContentIntent(notifyPendingIntent);
|
/frameworks/support/v4/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 62 .setContentIntent(contentIntent) in Builder()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNotificationController.java | 238 .setContentIntent(TaskStackBuilder.create(mContext) in setNotificationVisible()
|
/frameworks/support/v4/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 61 .setContentIntent(contentIntent) in Builder()
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 85 .setContentIntent(contentIntent) in Builder()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportReceiver.java | 180 .setContentIntent(PendingIntent.getActivity( in sendBugreportNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeUI.java | 240 .setContentIntent(PendingIntent.getBroadcast(mContext, 0, intent, in show()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 343 .setContentIntent(mConfigIntent) in showNotification()
|