Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallScreeningService.java182 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.ParcelableCallResponse
198 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in ParcelableCallResponse()
208 mCallComposerAttachmentsToShow = in.readInt(); in ParcelableCallResponse()
219 .setCallComposerAttachmentsToShow(mCallComposerAttachmentsToShow) in toCallResponse()
248 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()
277 dest.writeInt(mCallComposerAttachmentsToShow); in writeToParcel()
334 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.CallResponse
359 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in CallResponse()
411 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()
423 mCallComposerAttachmentsToShow in toParcelable()
[all …]