Searched refs:answerIntent (Results 1 – 4 of 4) sorted by relevance
598 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall() local603 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() local636 answerIntent in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()650 assertEquals(answerIntent, actions.get(2).actionIntent); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
10434 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument10438 requireNonNull(answerIntent, "answerIntent is required") in forIncomingCall()10476 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument10480 requireNonNull(answerIntent, "answerIntent is required") in forScreeningCall()10494 @Nullable PendingIntent answerIntent) { in CallStyle() argument10500 mAnswerIntent = answerIntent; in CallStyle()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6434 field public static final String EXTRA_ANSWER_INTENT = "android.answerIntent";