Home
last modified time | relevance | path

Searched refs:hangUpIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt704 private val hangUpIntent = mock(PendingIntent::class.java) constant
706 private val ongoingCallStyle = Notification.CallStyle.forOngoingCall(person, hangUpIntent)
710 hangUpIntent,
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java616 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCall() local
619 hangUpIntent in testCallStyle_getSystemActions_forOngoingCall()
626 assertEquals(hangUpIntent, actions.get(0).actionIntent); in testCallStyle_getSystemActions_forOngoingCall()
656 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions() local
659 hangUpIntent in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
671 assertEquals(hangUpIntent, actions.get(0).actionIntent); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
678 PendingIntent hangUpIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_dropsOldSystemActions() local
681 hangUpIntent in testCallStyle_getSystemActions_dropsOldSystemActions()
/frameworks/base/core/java/android/app/
DNotification.java10454 @NonNull PendingIntent hangUpIntent) { in forOngoingCall() argument
10456 requireNonNull(hangUpIntent, "hangUpIntent is required"), in forOngoingCall()
10476 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument
10478 requireNonNull(hangUpIntent, "hangUpIntent is required"), in forScreeningCall()
10493 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle() argument
10502 mHangUpIntent = hangUpIntent; in CallStyle()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6904 PendingIntent hangUpIntent = PendingIntent.getActivity(mContext, 0, new Intent(), in testVisitUris_callStyle() local
6907 .setStyle(Notification.CallStyle.forOngoingCall(callingPerson, hangUpIntent) in testVisitUris_callStyle()
6918 hangUpIntent.cancel(); in testVisitUris_callStyle()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6449 field public static final String EXTRA_HANG_UP_INTENT = "android.hangUpIntent";