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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java50 b.mContentText, b.mContentIntent);
59 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon);
80 PendingIntent mContentIntent; field in class:NotificationCompat.Builder
208 mContentIntent = intent;
/frameworks/base/core/java/android/app/
H A DNotification.java926 private PendingIntent mContentIntent; field in class:Notification.Builder
1122 mContentIntent = intent;
1553 n.contentIntent = mContentIntent;

Completed in 29 milliseconds