Home
last modified time | relevance | path

Searched refs:setContentIntent (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java150 .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/
DNotificationTestList.java516 .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 …]
DStatusBarTest.java169 .setContentIntent(pi)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConnectToNetworkNotificationBuilder.java99 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification()
145 .setContentIntent( in createNetworkFailedNotification()
DWakeupNotificationFactory.java72 .setContentIntent(getPrivateBroadcast(ACTION_OPEN_WIFI_PREFERENCES)) in createOnboardingNotification()
DWrongPasswordNotifier.java93 .setContentIntent(mFrameworkFacade.getActivity( in showNotification()
DConnectionFailureNotificationBuilder.java91 .setContentIntent(pendingShowDetailIntent) in buildNoMacRandomizationSupportNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java215 .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/
DSchedulerService.java40 .setContentIntent(PendingIntent.getActivity(this, 0, in onStartCommand()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java283 .setContentIntent(contentIntent) in getGroupNotificationBuilder()
312 .setContentIntent(contentIntent) in getAppInstalledNotificationBuilder()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java121 .setContentIntent(pending) in test()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java281 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/
DRecoverableSecurityException.java119 .setContentIntent(mUserAction.getActionIntent()) in showAsNotification()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java124 .setContentIntent(pendingIntent) in sendNotification()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java71 .setContentIntent(pendingDialogIntent) in buildNotification()
DCertificateMonitor.java222 .setContentIntent(notifyIntent) in buildNotification()
/frameworks/base/services/usb/java/com/android/server/usb/
DMtpNotificationManager.java99 builder.setContentIntent(openIntent); in showNotification()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java193 builder.setContentIntent(intent1); in allPendingIntents_recollectedAfterReusingBuilder()
200 builder.setContentIntent(intent2); in allPendingIntents_recollectedAfterReusingBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java107 .setContentIntent(PendingIntent.getActivityAsUser(mContext, 0, in dumpLeak()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java155 .setContentIntent(createPendingIntent(context, ACTION_MENU)) in PipNotification()
/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java182 .setContentIntent(PendingIntent.getActivity(context, 2, shareIntent, in showDumpNotification()
/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java162 .setContentIntent(contentIntent)
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java126 .setContentIntent(getContentIntent(context, mPackageName)); in onPostNotification()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java241 builder.setContentIntent(pendingIntent); in getNotification()
/frameworks/base/services/core/java/com/android/server/net/
DLockdownVpnTracker.java268 .setContentIntent(mConfigIntent) in showNotification()

123