Searched refs:mCallComposerAttachmentsToShow (Results 1 – 1 of 1) sorted by relevance
182 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.ParcelableCallResponse198 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.CallResponse359 mCallComposerAttachmentsToShow = callComposerAttachmentsToShow; in CallResponse()411 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()423 mCallComposerAttachmentsToShow in toParcelable()[all …]