/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 | 516 .setContentIntent(makeIntent2()) 570 .setContentIntent(makeIntent()) 583 .setContentIntent(makeIntent()) 596 .setContentIntent(makeIntent()) 609 .setContentIntent(makeIntent()) 623 .setContentIntent(makeIntent()) 918 .setContentIntent(makeIntent()) 939 .setContentIntent(makeIntent()) 955 .setContentIntent(makeIntent()) 968 .setContentIntent(makeIntent()) [all …]
|
D | StatusBarTest.java | 169 .setContentIntent(pi)
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ConnectToNetworkNotificationBuilder.java | 99 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification() 145 .setContentIntent( in createNetworkFailedNotification()
|
D | WakeupNotificationFactory.java | 72 .setContentIntent(getPrivateBroadcast(ACTION_OPEN_WIFI_PREFERENCES)) in createOnboardingNotification()
|
D | WrongPasswordNotifier.java | 93 .setContentIntent(mFrameworkFacade.getActivity( in showNotification()
|
D | ConnectionFailureNotificationBuilder.java | 91 .setContentIntent(pendingShowDetailIntent) in buildNoMacRandomizationSupportNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 215 .setContentIntent(buildForgetPendingIntent(rec)) in updateMissingPrivateVolumes() 244 .setContentIntent(buildInitPendingIntent(disk)) in onDiskScannedInternal() 373 .setContentIntent(initIntent) in onVolumeMounted() 390 .setContentIntent(browseIntent) in onVolumeMounted() 427 .setContentIntent(buildInitPendingIntent(vol)) in onVolumeUnmountable() 494 .setContentIntent(intent) in onMoveProgress() 545 .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/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/power/ |
D | PowerNotificationWarnings.java | 281 nb.setContentIntent(pendingBroadcast(ACTION_SHOW_BATTERY_SETTINGS)); in showWarningNotification() 312 nb.setContentIntent(pendingBroadcast(ACTION_ENABLE_AUTO_SAVER)); in showAutoSaverSuggestionNotification() 385 .setContentIntent(pendingBroadcast(ACTION_CLICKED_TEMP_WARNING)) in showHighTemperatureWarning() 435 .setContentIntent(pendingBroadcast(ACTION_CLICKED_THERMAL_SHUTDOWN_WARNING)) in showThermalShutdownWarning()
|
/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/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportUtils.java | 71 .setContentIntent(pendingDialogIntent) in buildNotification()
|
D | CertificateMonitor.java | 222 .setContentIntent(notifyIntent) in buildNotification()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | MtpNotificationManager.java | 99 builder.setContentIntent(openIntent); in showNotification()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 193 builder.setContentIntent(intent1); in allPendingIntents_recollectedAfterReusingBuilder() 200 builder.setContentIntent(intent2); in allPendingIntents_recollectedAfterReusingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 107 .setContentIntent(PendingIntent.getActivityAsUser(mContext, 0, in dumpLeak()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipNotification.java | 155 .setContentIntent(createPendingIntent(context, ACTION_MENU)) in PipNotification()
|
/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/am/ |
D | PreBootBroadcaster.java | 162 .setContentIntent(contentIntent)
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AlertWindowNotification.java | 126 .setContentIntent(getContentIntent(context, mPackageName)); in onPostNotification()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 241 builder.setContentIntent(pendingIntent); in getNotification()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 268 .setContentIntent(mConfigIntent) in showNotification()
|