Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 12 of 12) 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/apps/Settings/src/com/android/settings/slices/
DSliceBuilderUtils.java254 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local
282 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local
312 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java448 Intent contentIntent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER).setClassName( in updateCompletedNotification() local
513 Intent contentIntent = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER).setClassName( in updateCompletedNotification() local
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java195 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, in showNotification() local
DNotificationMgr.java618 PendingIntent contentIntent = PendingIntent.getActivity( in showDataRoamingNotification() local
692 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.java467 Intent contentIntent = MainComponent.getShowCallLogIntent(context); in createCallLogPendingIntent() local
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java196 Intent contentIntent = getBaseIntent(context, INTENT_ACTION_TAP); in showNotification() local
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java344 PendingIntent contentIntent = PendingIntent.getActivity( in updateNotification() local
/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.kt263 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp() constant