Searched defs:declineIntent (Results 1 – 2 of 2) sorted by relevance
548 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCall() local581 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
9407 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall()9465 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle()