Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt442 private val hangUpIntent = mock(PendingIntent::class.java) constant
/frameworks/base/core/java/android/app/
DNotification.java9119 @NonNull PendingIntent hangUpIntent) { in forOngoingCall()
9141 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall()
9157 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle()