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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4353 PendingIntent replyPendingIntent, PendingIntent readPendingIntent,
4357 mReadPendingIntent = readPendingIntent;
4352 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java8047 PendingIntent replyPendingIntent, PendingIntent readPendingIntent,
8051 mReadPendingIntent = readPendingIntent;
8046 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument

Completed in 93 milliseconds