Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java515 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall() local
520 answerIntent in testCallStyle_getSystemActions_forIncomingCall()
528 assertEquals(answerIntent, actions.get(1).actionIntent); in testCallStyle_getSystemActions_forIncomingCall()
548 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions() local
553 answerIntent in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
567 assertEquals(answerIntent, actions.get(2).actionIntent); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java9506 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument
9510 requireNonNull(answerIntent, "answerIntent is required") in forIncomingCall()
9548 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument
9552 requireNonNull(answerIntent, "answerIntent is required") in forScreeningCall()
9566 @Nullable PendingIntent answerIntent) { in CallStyle() argument
9572 mAnswerIntent = answerIntent; in CallStyle()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6239 field public static final String EXTRA_ANSWER_INTENT = "android.answerIntent";