Home
last modified time | relevance | path

Searched defs:answerIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java209 Intent answerIntent = new Intent( in getNotificationBuilder() local
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java115 final Intent answerIntent = new Intent( in onShowIncomingCallUi() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9168 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall()
9210 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall()
9227 @Nullable PendingIntent answerIntent) { in CallStyle()