Searched defs:hangUpIntent (Results 1 – 4 of 4) sorted by relevance
636 private val hangUpIntent = mock(PendingIntent::class.java) constant
533 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCall() local573 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local595 PendingIntent hangUpIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_dropsOldSystemActions() local
9526 @NonNull PendingIntent hangUpIntent) { in forOngoingCall()9548 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall()9565 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle()
6029 PendingIntent hangUpIntent = PendingIntent.getActivity(mContext, 0, new Intent(), in testVisitUris_callStyle() local