/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A 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()
|
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationTestList.java | 512 .setContentIntent(makeIntent2()) 566 .setContentIntent(makeIntent()) 579 .setContentIntent(makeIntent()) 592 .setContentIntent(makeIntent()) 605 .setContentIntent(makeIntent()) 619 .setContentIntent(makeIntent()) 914 .setContentIntent(makeIntent()) 951 .setContentIntent(makeIntent()) 964 .setContentIntent(makeIntent()) 977 .setContentIntent(makeIntent()) [all …]
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmNotifications.kt | 157 builder.setContentIntent(PendingIntent.getActivity(context, id, 212 builder.setContentIntent(PendingIntent.getActivity(context, id, 314 .setContentIntent(firstUpcoming.contentIntent) 365 .setContentIntent(firstMissed.contentIntent) 417 builder.setContentIntent(PendingIntent.getActivity(context, id, 477 builder.setContentIntent(PendingIntent.getBroadcast(context, id, 535 notification.setContentIntent(PendingIntent.getActivity(service,
|
/aosp12/packages/apps/Settings/src/com/android/settings/sim/ |
H A D | SimActivationNotifier.java | 153 .setContentIntent(contentIntent) in sendNetworkConfigNotification() 180 .setContentIntent(contentIntent) in sendSwitchedToRemovableSlotNotification() 212 .setContentIntent(contentIntent) in sendEnableDsdsNotification()
|
H A D | SimSelectNotification.java | 232 builder.setContentIntent(resultPendingIntent); in createSimSelectNotification() 272 builder.setContentIntent(resultPendingIntent); in createEnableMmsNotification() 320 builder.setContentIntent(resultPendingIntent); in createSimCombinationWarningNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A 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()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | ConnectToNetworkNotificationBuilder.java | 102 .setContentIntent(getPrivateBroadcast(ACTION_PICK_WIFI_NETWORK, notifierTag)) in createConnectToAvailableNetworkNotification() 153 .setContentIntent( in createNetworkFailedNotification()
|
H A D | SoftApNotifier.java | 81 .setContentIntent(launchWifiTetherSettings()) in buildSoftApShutdownTimeoutExpiredNotification()
|
H A D | WakeupNotificationFactory.java | 72 .setContentIntent(getPrivateBroadcast(ACTION_OPEN_WIFI_PREFERENCES)) in createOnboardingNotification()
|
H A D | SimRequiredNotifier.java | 93 .setContentIntent(mFrameworkFacade.getActivity( in showNotification()
|
H A D | WrongPasswordNotifier.java | 112 .setContentIntent(mFrameworkFacade.getActivity( in showNotification()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppNotification.java | 395 b.setContentIntent(PendingIntent.getBroadcast(mContext, 0, intent, in updateActiveNotification() 465 .setContentIntent( in updateCompletedNotification() 534 .setContentIntent( in updateCompletedNotification() 597 .setContentIntent(PendingIntent.getBroadcast(mContext, 0, in updateIncomingFileConfirmNotification() 626 .setContentIntent(PendingIntent.getBroadcast(mContext, 0, in updateIncomingFileConfirmNotification()
|
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
H A D | SchedulerService.java | 40 .setContentIntent(PendingIntent.getActivity(this, 0, in onStartCommand()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | NotificationMgr.java | 377 .setContentIntent(pendingIntent) in updateMwi() 574 builder.setContentIntent(PendingIntent.getActivity(mContext, subId /* requestCode */, in updateCfi() 633 .setContentIntent(contentIntent); in showDataRoamingNotification() 717 .setContentIntent(contentIntent); in showLimitedSimFunctionWarningNotification() 793 builder.setContentIntent( in showNetworkSelection()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcBlockedNotification.java | 68 .setContentIntent(PendingIntent.getActivity(mContext, 0, infoIntent, in startNotification()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | PackageInstalledNotificationUtils.java | 283 .setContentIntent(contentIntent) in getGroupNotificationBuilder() 312 .setContentIntent(contentIntent) in getAppInstalledNotificationBuilder()
|
/aosp12/packages/apps/Traceur/src/com/android/traceur/ |
H A D | TraceService.java | 160 .setContentIntent( in startTracingInternal() 223 notificationAttached.setContentIntent(PendingIntent.getActivity( in stopTracingInternal()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | SimImportService.java | 199 .setContentIntent(PendingIntent.getActivity(this, 0, intent, 0)); in getCompletedNotification() 213 .setContentIntent(PendingIntent.getActivity(this, 0, intent, 0)); in getFailedNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BatteryStateNotifier.kt | 69 .setContentIntent(pi)
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | MissedCallNotifier.java | 203 .setContentIntent(createCallLogPendingIntent()) in updateMissedCallNotification() 211 .setContentIntent(createCallLogPendingIntent()) in updateMissedCallNotification() 414 .setContentIntent(createCallLogPendingIntent(call.callsUri)); in createNotificationBuilder()
|
H A D | VisualVoicemailNotifier.java | 91 .setContentIntent(newVoicemailIntent(context, null)); in showNotifications() 227 builder.setContentIntent(newVoicemailIntent(context, voicemail)); in createNotificationForVoicemail()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | SmsStorageStatusManager.java | 75 .setContentIntent(pendingIntent); in postStorageLowNotification()
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/ |
H A D | NetworkStackNotifier.java | 246 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications() 258 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/ |
H A D | NotificationImportExportListener.java | 233 .setContentIntent(PendingIntent.getActivity(context, 0, intent, FLAG_IMMUTABLE)); in constructProgressNotification() 278 .setContentIntent(PendingIntent.getActivity(context, 0, intent, FLAG_IMMUTABLE)) in constructFinishNotification()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerNotificationBuilder.kt | 162 .setContentIntent(pendingShowApp) 276 .setContentIntent(contentIntent) 363 .setContentIntent(pendingShowApp)
|