Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallScreeningService.java182 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.ParcelableCallResponse
208 mCallComposerAttachmentsToShow = in.readInt(); in ParcelableCallResponse()
248 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()
277 dest.writeInt(mCallComposerAttachmentsToShow); in writeToParcel()
334 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.CallResponse
411 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()
423 mCallComposerAttachmentsToShow in toParcelable()
439 mCallComposerAttachmentsToShow == that.mCallComposerAttachmentsToShow; in equals()
447 mCallComposerAttachmentsToShow); in hashCode()
457 private int mCallComposerAttachmentsToShow = -1; field in CallScreeningService.CallResponse.Builder
[all …]