Searched defs:mContentIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java467 b.mContentText, b.mContentIntent);
544 b.mContentText, b.mContentIntent);
546 b.mContentTitle, b.mContentText, b.mContentIntent, b.mFullScreenIntent);
560 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon);
569 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
579 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
643 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
694 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
748 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
867 PendingIntent mContentIntent; field in class:NotificationCompat.Builder
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1945 private PendingIntent mContentIntent; field in class:Notification.Builder
2233 mContentIntent = intent;
3158 n.contentIntent = mContentIntent;

Completed in 831 milliseconds