Home
last modified time | relevance | path

Searched refs:mContentIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java480 b.mContentText, b.mContentIntent); in build()
557 b.mContentText, b.mContentIntent); in build()
559 b.mContentTitle, b.mContentText, b.mContentIntent, b.mFullScreenIntent); in build()
573 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon); in build()
583 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
594 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
658 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
709 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
763 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
888 PendingIntent mContentIntent; field in NotificationCompat.Builder
[all …]
/frameworks/base/core/java/android/app/
DNotification.java2073 private PendingIntent mContentIntent; field in Notification.Builder
2374 mContentIntent = intent;
3324 n.contentIntent = mContentIntent; in buildUnstyled()