Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallScreeningService.java191 int callComposerAttachmentsToShow) { in ParcelableCallResponse() argument
198 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in ParcelableCallResponse()
343 int callComposerAttachmentsToShow) { in CallResponse() argument
359 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in CallResponse()
559 @CallComposerAttachmentType int callComposerAttachmentsToShow) { in setCallComposerAttachmentsToShow()
562 if (callComposerAttachmentsToShow < 0) { in setCallComposerAttachmentsToShow()
566 if ((callComposerAttachmentsToShow in setCallComposerAttachmentsToShow()
571 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in setCallComposerAttachmentsToShow()