Searched refs:answerIntent (Results 1 – 4 of 4) sorted by relevance
515 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall() local520 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() local553 answerIntent in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()567 assertEquals(answerIntent, actions.get(2).actionIntent); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
9506 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument9510 requireNonNull(answerIntent, "answerIntent is required") in forIncomingCall()9548 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument9552 requireNonNull(answerIntent, "answerIntent is required") in forScreeningCall()9566 @Nullable PendingIntent answerIntent) { in CallStyle() argument9572 mAnswerIntent = answerIntent; in CallStyle()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6239 field public static final String EXTRA_ANSWER_INTENT = "android.answerIntent";