/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/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 512 .setContentIntent(makeIntent2()) 566 .setContentIntent(makeIntent()) 579 .setContentIntent(makeIntent()) 592 .setContentIntent(makeIntent()) 605 .setContentIntent(makeIntent()) 619 .setContentIntent(makeIntent()) 914 .setContentIntent(makeIntent()) 935 .setContentIntent(makeIntent()) 951 .setContentIntent(makeIntent()) 964 .setContentIntent(makeIntent()) [all …]
|
D | StatusBarTest.java | 169 .setContentIntent(pi)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 220 .setContentIntent(buildForgetPendingIntent(rec)) in updateMissingPrivateVolumes() 249 .setContentIntent(buildInitPendingIntent(disk)) in onDiskScannedInternal() 386 .setContentIntent(unmountIntent) in onVolumeMounted() 396 .setContentIntent(initIntent) in onVolumeMounted() 413 .setContentIntent(browseIntent) in onVolumeMounted() 456 .setContentIntent(action) in onVolumeUnmountable() 523 .setContentIntent(intent) in onMoveProgress() 574 .setContentIntent(intent) in onMoveFinished()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 40 .setContentIntent(PendingIntent.getActivity(this, 0, in onStartCommand()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryStateNotifier.kt | 69 .setContentIntent(pi) in onBatteryUnknownStateChanged()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 283 .setContentIntent(contentIntent) in getGroupNotificationBuilder() 312 .setContentIntent(contentIntent) in getAppInstalledNotificationBuilder()
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
D | FixVibrateSetting.java | 121 .setContentIntent(pending) in test()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.java | 86 b.setContentIntent(pendingIntent); in notifyScreenshotError()
|
/frameworks/base/core/java/android/debug/ |
D | AdbNotifications.java | 93 .setContentIntent(pIntent) in createNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | VpnStatusObserver.kt | 121 .setContentIntent(VpnConfig.getIntentForStatusPanel(mContext)) in <lambda>()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | WifiSoftApConfigChangedNotifier.java | 77 .setContentIntent(getPendingActivity(context)) in createConversionNotification()
|
/frameworks/base/core/java/android/app/ |
D | RecoverableSecurityException.java | 119 .setContentIntent(mUserAction.getActionIntent()) in showAsNotification()
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 124 .setContentIntent(pendingIntent) in sendNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 284 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification() 317 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification() 396 .setContentIntent(pendingBroadcast(ACTION_CLICKED_TEMP_WARNING)) in showHighTemperatureWarning() 482 .setContentIntent(pendingBroadcast(ACTION_CLICKED_THERMAL_SHUTDOWN_WARNING)) in showThermalShutdownWarning()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | BiometricNotificationUtils.java | 123 .setContentIntent(pendingIntent) in showNotificationHelper()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | MtpNotificationManager.java | 101 builder.setContentIntent(openIntent); in showNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 428 notificationEntryBuilder.modifyNotification(context).setContentIntent(null) in createOngoingCallNotifEntry() 432 notificationEntryBuilder.modifyNotification(context).setContentIntent(contentIntent) in createOngoingCallNotifEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 108 .setContentIntent(PendingIntent.getActivityAsUser( in dumpLeak()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | HeapDumpReceiver.java | 182 .setContentIntent(PendingIntent.getActivity(context, 2, shareIntent, in showDumpNotification()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 123 .setContentIntent(getContentIntent(context, mPackageName)); in onPostNotification()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationPromptController.java | 120 .setContentIntent(createPendingIntent(ACTION_TURN_ON_IN_SETTINGS)) in showNotificationIfNeeded()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipNotificationController.java | 90 .setContentIntent(createPendingIntent(context, ACTION_SHOW_PIP_MENU)) in TvPipNotificationController()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PreBootBroadcaster.java | 179 .setContentIntent(contentIntent)
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 183 builder.setContentIntent(intent1); in allPendingIntents_recollectedAfterReusingBuilder() 190 builder.setContentIntent(intent2); in allPendingIntents_recollectedAfterReusingBuilder()
|