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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4816 PendingIntent replyPendingIntent, PendingIntent readPendingIntent,
4820 mReadPendingIntent = readPendingIntent;
4815 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java9183 PendingIntent replyPendingIntent, PendingIntent readPendingIntent,
9187 mReadPendingIntent = readPendingIntent;
9182 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument

Completed in 49 milliseconds