/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimActivationNotifier.java | 144 PendingIntent contentIntent = in sendNetworkConfigNotification() local 153 .setContentIntent(contentIntent) in sendNetworkConfigNotification() 165 PendingIntent contentIntent = in sendSwitchedToRemovableSlotNotification() local 180 .setContentIntent(contentIntent) in sendSwitchedToRemovableSlotNotification() 201 PendingIntent contentIntent = in sendEnableDsdsNotification() local 212 .setContentIntent(contentIntent) in sendEnableDsdsNotification()
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | SliceBuilderUtils.java | 236 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local 248 SliceAction.createDeeplink(contentIntent, icon, in buildToggleSlice() 264 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local 272 SliceAction.createDeeplink(contentIntent, icon, in buildIntentSlice() 294 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local 298 final SliceAction primaryAction = SliceAction.createDeeplink(contentIntent, icon, in buildSliderSlice() 334 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildCopyableSlice() local 336 final SliceAction primaryAction = SliceAction.createDeeplink(contentIntent, icon, in buildCopyableSlice()
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 160 PendingIntent contentIntent, in showSpamBlockingPromoNotification() argument 169 getSpamBlockingPromoNotification(contentIntent, actionIntent)); in showSpamBlockingPromoNotification() 180 PendingIntent contentIntent, PendingIntent actionIntent) { in getSpamBlockingPromoNotification() argument 183 .setContentIntent(contentIntent) in getSpamBlockingPromoNotification()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 111 PendingIntent contentIntent; in createNotification() local 114 contentIntent = callVoicemailIntent; in createNotification() 117 contentIntent = voicemailSettingsIntent; in createNotification() 127 .setContentIntent(contentIntent) in createNotification()
|
D | MissedCallNotifier.java | 461 Intent contentIntent = MainComponent.getShowCallLogIntent(context); in createCallLogPendingIntent() local 464 contentIntent.setData(callUri); in createCallLogPendingIntent() 465 return PendingIntent.getActivity(context, 0, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT); in createCallLogPendingIntent()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.kt | 311 summary.contentIntent != firstUpcoming.contentIntent) { in updateUpcomingAlarmGroupNotification() 314 .setContentIntent(firstUpcoming.contentIntent) in updateUpcomingAlarmGroupNotification() 355 summary.contentIntent != firstMissed.contentIntent) { in updateMissedAlarmGroupNotification() 365 .setContentIntent(firstMissed.contentIntent) in updateMissedAlarmGroupNotification() 533 val contentIntent: Intent = AlarmInstance.createIntent(service, AlarmActivity::class.java, in showAlarmNotification() constant 536 ALARM_FIRING_NOTIFICATION_ID, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)) in showAlarmNotification()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NewUserDisclaimerActivityTest.java | 162 .that(notification.contentIntent) in assertNotificationContents() 165 .that(notification.contentIntent.isImmutable()).isTrue(); in assertNotificationContents() 170 intent = notification.contentIntent.getIntent(); in assertNotificationContents()
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
D | NotificationController.java | 196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification() local 197 contentIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification() 198 PendingIntent tapIntent = PendingIntent.getBroadcast(context, 0, contentIntent, in showNotification()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | MyNotificationListenerService.java | 49 if (notification.contentIntent != null) { in onNotificationPosted() 50 sender.send("content", notification.contentIntent); in onNotificationPosted()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 448 Intent contentIntent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER).setClassName( in updateCompletedNotification() local 466 PendingIntent.getBroadcast(mContext, 0, contentIntent, in updateCompletedNotification() 518 Intent contentIntent = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER).setClassName( in updateCompletedNotification() local 535 PendingIntent.getBroadcast(mContext, 0, contentIntent, in updateCompletedNotification()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 205 || !Objects.equals(oldNotification.contentIntent, newNotification.contentIntent) in sameNotificationContent()
|
D | NotificationClickHandlerFactory.java | 117 final PendingIntent intent = notification.contentIntent != null in getClickHandler() 118 ? notification.contentIntent in getClickHandler()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyCallbackModeService.java | 195 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, in showNotification() local 197 builder.setContentIntent(contentIntent); in showNotification()
|
D | NotificationMgr.java | 617 PendingIntent contentIntent = PendingIntent.getActivity( in showDataRoamingNotification() local 633 .setContentIntent(contentIntent); in showDataRoamingNotification() 691 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in showLimitedSimFunctionWarningNotification() local 717 .setContentIntent(contentIntent); in showLimitedSimFunctionWarningNotification()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 93 assertNotNull(notification.contentIntent); in testNotificationShownAfterEmergencyCall() 116 assertNull(notification.contentIntent); in testNotificationShownForDisconnectedEmergencyCall()
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | NotificationClickHandlerFactoryTest.java | 115 notification1.contentIntent = PendingIntent.getForegroundService( in setUp() 117 notification2.contentIntent = PendingIntent.getForegroundService( in setUp() 151 mAlertEntry1.getNotification().contentIntent = null; in onClickClickHandler_noIntent_returnsImmediately()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/ |
D | SimSelectNotificationTest.java | 183 assertThat(notification.getValue().contentIntent).isNotNull(); in onReceiveEnableMms_notificationShouldSend() 287 assertThat(notification.getValue().contentIntent).isNotNull(); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationInfo.java | 91 intent = notification.contentIntent; in NotificationInfo()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 345 PendingIntent contentIntent = PendingIntent.getActivity( in updateNotification() local 349 notBuilder.setContentIntent(contentIntent); in updateNotification()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.kt | 263 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp() constant 276 .setContentIntent(contentIntent) in buildHeadsUp()
|
/packages/apps/Settings/src/com/android/settings/notification/history/ |
D | NotificationStation.java | 554 if (n.contentIntent != null) { in generateExtraText() 559 .append(formatPendingIntent(n.contentIntent)); in generateExtraText()
|
D | NotificationSbnAdapter.java | 129 sbn.getNotification().contentIntent, sbn.getInstanceId(), mIsSnoozed, in onBindViewHolder()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ |
D | NetworkStackNotifierTest.kt | 205 assertEquals(mPendingIntent, note.contentIntent) in verifyConnectedNotification()
|