Searched refs:answerIntent (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | SelfManagedConnection.java | 115 final Intent answerIntent = new Intent( in onShowIncomingCallUi() local 118 answerIntent.putExtra(IncomingSelfManagedCallActivity.EXTRA_CALL_ID, mCallId); in onShowIncomingCallUi() 128 PendingIntent.getBroadcast(mContext, 0, answerIntent, in onShowIncomingCallUi()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | IncomingCallNotifier.java | 209 Intent answerIntent = new Intent( in getNotificationBuilder() local 284 PendingIntent.getBroadcast(mContext, 0, answerIntent, in getNotificationBuilder()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 9168 @NonNull PendingIntent declineIntent, @NonNull PendingIntent answerIntent) { in forIncomingCall() argument 9172 requireNonNull(answerIntent, "answerIntent is required") in forIncomingCall() 9210 @NonNull PendingIntent hangUpIntent, @NonNull PendingIntent answerIntent) { in forScreeningCall() argument 9214 requireNonNull(answerIntent, "answerIntent is required") in forScreeningCall() 9227 @Nullable PendingIntent answerIntent) { in CallStyle() argument 9233 mAnswerIntent = answerIntent; in CallStyle()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5680 field public static final String EXTRA_ANSWER_INTENT = "android.answerIntent";
|