Searched refs:hangUpIntent (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallControllerTest.kt | 602 private val hangUpIntent = mock(PendingIntent::class.java) regex 604 private val ongoingCallStyle = Notification.CallStyle.forOngoingCall(person, hangUpIntent) 606 person, hangUpIntent, /* answerIntent= */ mock(PendingIntent::class.java))
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 9188 @NonNull PendingIntent hangUpIntent) { in forOngoingCall() argument 9190 requireNonNull(hangUpIntent, "hangUpIntent is required"), in forOngoingCall() 9210 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument 9212 requireNonNull(hangUpIntent, "hangUpIntent is required"), in forScreeningCall() 9226 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle() argument 9235 mHangUpIntent = hangUpIntent; in CallStyle()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5694 field public static final String EXTRA_HANG_UP_INTENT = "android.hangUpIntent";
|