Searched defs:contentIntent (Results 1 – 6 of 6) sorted by relevance
271 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local296 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local
103 final PendingIntent contentIntent = notification.contentIntent != null in startDragAndDrop() local
165 private val StatusBarNotification.contentIntent: PendingIntent? constant
618 val contentIntent = mock(PendingIntent::class.java) in createOngoingCallNotifEntry() constant
634 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local
369 public PendingIntent contentIntent; field in Notification2510 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()3372 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()