Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt602 private val hangUpIntent = mock(PendingIntent::class.java) regex
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9188 @NonNull PendingIntent hangUpIntent) { in forOngoingCall()
9210 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall()
9226 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle()