Home
last modified time | relevance | path

Searched defs:declineIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java516 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCall() local
549 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
/frameworks/base/core/java/android/app/
DNotification.java9506 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall()
9565 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle()