Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DSimActivationNotifier.java144 PendingIntent contentIntent = in sendNetworkConfigNotification() local
165 PendingIntent contentIntent = in sendSwitchedToRemovableSlotNotification() local
201 PendingIntent contentIntent = in sendEnableDsdsNotification() local
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java160 PendingIntent contentIntent, in showSpamBlockingPromoNotification()
180 PendingIntent contentIntent, PendingIntent actionIntent) { in getSpamBlockingPromoNotification()
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt103 val contentIntent = in newTestDataWithNotifiableIssue() constant
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java96 PendingIntent contentIntent = newSafetyCenterPendingIntent(userId); in newNotificationForSuccessfulAction() local
150 PendingIntent contentIntent = newSafetyCenterPendingIntent(issueKey); in newNotificationForIssue() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBuilderUtils.java259 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local
287 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local
317 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNotificationListenerCheckTest.java215 PendingIntent contentIntent = currentNotification.getNotification().contentIntent; in notificationOnClick_opensSafetyCenter() local
DAccessibilityPrivacySourceTest.kt243 val contentIntent = statusBarNotification!!.notification.contentIntent in testNotificationClickOpenSafetyCenter() constant
DLocationAccessCheckTest.java783 PendingIntent contentIntent = currentNotification.getNotification().contentIntent; in notificationOnClickOpensSafetyCenter() local
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java195 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, in showNotification() local
DNotificationMgr.java634 PendingIntent contentIntent = PendingIntent.getActivity( in showDataRoamingNotification() local
708 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in showLimitedSimFunctionWarningNotification() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java111 PendingIntent contentIntent; in createNotification() local
DMissedCallNotifier.java471 Intent contentIntent = MainComponent.getShowCallLogIntent(context); in createCallLogPendingIntent() local
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DSafetyLabelChangesJobServiceTest.kt194 val contentIntent = statusBarNotification!!.notification.contentIntent in runNotificationJob_whenLocationSharingUpdatesForLocationGrantedApps_showsNotification() constant
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java713 PendingIntent contentIntent; in updateIncomingFileConfirmNotification() local
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt1333 val contentIntent = constant
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt533 val contentIntent: Intent = AlarmInstance.createIntent(service, AlarmActivity::class.java, in showAlarmNotification() constant
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt274 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp() constant