Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DSimActivationNotifier.java144 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/
DSliceBuilderUtils.java236 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/
DSpamBlockingPromoHelper.java160 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/
DLegacyVoicemailNotifier.java111 PendingIntent contentIntent; in createNotification() local
114 contentIntent = callVoicemailIntent; in createNotification()
117 contentIntent = voicemailSettingsIntent; in createNotification()
127 .setContentIntent(contentIntent) in createNotification()
DMissedCallNotifier.java461 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/
DAlarmNotifications.kt311 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/
DNewUserDisclaimerActivityTest.java162 .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/
DNotificationController.java196 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/
DMyNotificationListenerService.java49 if (notification.contentIntent != null) { in onNotificationPosted()
50 sender.send("content", notification.contentIntent); in onNotificationPosted()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java448 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/
DCarNotificationDiff.java205 || !Objects.equals(oldNotification.contentIntent, newNotification.contentIntent) in sameNotificationContent()
DNotificationClickHandlerFactory.java117 final PendingIntent intent = notification.contentIntent != null in getClickHandler()
118 ? notification.contentIntent in getClickHandler()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java195 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, in showNotification() local
197 builder.setContentIntent(contentIntent); in showNotification()
DNotificationMgr.java617 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/
DDisconnectedCallNotifierTest.java93 assertNotNull(notification.contentIntent); in testNotificationShownAfterEmergencyCall()
116 assertNull(notification.contentIntent); in testNotificationShownForDisconnectedEmergencyCall()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java115 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/
DSimSelectNotificationTest.java183 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/
DNotificationInfo.java91 intent = notification.contentIntent; in NotificationInfo()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java345 PendingIntent contentIntent = PendingIntent.getActivity( in updateNotification() local
349 notBuilder.setContentIntent(contentIntent); in updateNotification()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt263 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp() constant
276 .setContentIntent(contentIntent) in buildHeadsUp()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java554 if (n.contentIntent != null) { in generateExtraText()
559 .append(formatPendingIntent(n.contentIntent)); in generateExtraText()
DNotificationSbnAdapter.java129 sbn.getNotification().contentIntent, sbn.getInstanceId(), mIsSnoozed, in onBindViewHolder()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt205 assertEquals(mPendingIntent, note.contentIntent) in verifyConnectedNotification()