Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java160 PendingIntent contentIntent, in showSpamBlockingPromoNotification()
180 PendingIntent contentIntent, PendingIntent actionIntent) { in getSpamBlockingPromoNotification()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSliceBuilderUtils.java267 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local
292 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local
315 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local
339 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildCopyableSlice() local
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBuilderUtils.java260 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local
285 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local
312 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local
345 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildCopyableSlice() local
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java193 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
DNotificationMgr.java594 PendingIntent contentIntent = PendingIntent.getActivity(mContext, subId, intent, 0); in showDataRoamingNotification() local
667 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in showLimitedSimFunctionWarningNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java445 Intent contentIntent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER).setClassName( in updateCompletedNotification() local
511 Intent contentIntent = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER).setClassName( in updateCompletedNotification() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java111 PendingIntent contentIntent; in createNotification() local
DMissedCallNotifier.java461 Intent contentIntent = MainComponent.getShowCallLogIntent(context); in createCallLogPendingIntent() local
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java190 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java400 Intent contentIntent = AlarmInstance.createIntent(service, AlarmActivity.class, in showAlarmNotification() local
DAlarmNotifications.kt533 val contentIntent: Intent = AlarmInstance.createIntent(service, AlarmActivity::class.java, in showAlarmNotification() constant
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java265 final PendingIntent contentIntent = Utils.pendingActivityIntent(context, content); in buildHeadsUp() local
DTimerNotificationBuilder.kt263 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp() constant
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java345 PendingIntent contentIntent = PendingIntent.getActivity( in updateNotification() local