Home
last modified time | relevance | path

Searched refs:declineIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java599 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCall() local
602 declineIntent, in testCallStyle_getSystemActions_forIncomingCall()
610 assertEquals(declineIntent, actions.get(0).actionIntent); in testCallStyle_getSystemActions_forIncomingCall()
632 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
635 declineIntent, in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
648 assertEquals(declineIntent, actions.get(0).actionIntent); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
/frameworks/base/core/java/android/app/
DNotification.java10434 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument
10437 requireNonNull(declineIntent, "declineIntent is required"), in forIncomingCall()
10493 @Nullable PendingIntent hangUpIntent, @Nullable PendingIntent declineIntent, in CallStyle() argument
10501 mDeclineIntent = declineIntent; in 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.txt6448 field public static final String EXTRA_DECLINE_INTENT = "android.declineIntent";