Searched refs:mCallComposerAttachmentsToShow (Results 1 – 1 of 1) sorted by relevance
182 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.ParcelableCallResponse208 mCallComposerAttachmentsToShow = in.readInt(); in ParcelableCallResponse()248 return mCallComposerAttachmentsToShow; in getCallComposerAttachmentsToShow()277 dest.writeInt(mCallComposerAttachmentsToShow); in writeToParcel()334 private final int mCallComposerAttachmentsToShow; field in CallScreeningService.CallResponse411 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 …]