Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java598 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall() local
603 answerIntent in testCallStyle_getSystemActions_forIncomingCall()
611 assertEquals(answerIntent, actions.get(1).actionIntent); in testCallStyle_getSystemActions_forIncomingCall()
631 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
636 answerIntent in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
650 assertEquals(answerIntent, actions.get(2).actionIntent); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
/frameworks/base/core/java/android/app/
DNotification.java10434 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument
10438 requireNonNull(answerIntent, "answerIntent is required") in forIncomingCall()
10476 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument
10480 requireNonNull(answerIntent, "answerIntent is required") in forScreeningCall()
10494 @Nullable PendingIntent answerIntent) { in CallStyle() argument
10500 mAnswerIntent = answerIntent; 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.txt6434 field public static final String EXTRA_ANSWER_INTENT = "android.answerIntent";