Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java3082 private final PendingIntent mReadPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation
3091 mReadPendingIntent = readPendingIntent; in UnreadConversation()
3129 return mReadPendingIntent; in getReadPendingIntent()
3177 private PendingIntent mReadPendingIntent; field in NotificationCompat.CarExtender.UnreadConversation.Builder
3230 mReadPendingIntent = pendingIntent; in setReadPendingIntent()
3259 mReadPendingIntent, participants, mLatestTimestamp); in build()
/frameworks/base/core/java/android/app/
DNotification.java5434 private final PendingIntent mReadPendingIntent; field in Notification.CarExtender.UnreadConversation
5443 mReadPendingIntent = readPendingIntent; in UnreadConversation()
5477 return mReadPendingIntent; in getReadPendingIntent()
5519 b.putParcelable(KEY_ON_READ, mReadPendingIntent); in getBundleForUnreadConversation()
5577 private PendingIntent mReadPendingIntent; field in Notification.CarExtender.Builder
5630 mReadPendingIntent = pendingIntent; in setReadPendingIntent()
5659 mReadPendingIntent, participants, mLatestTimestamp); in build()