Searched refs:mCallScreeningResponse (Results 1 – 2 of 2) sorted by relevance
38 private CallScreeningService.ParcelableCallResponse mCallScreeningResponse = null; field in CallFilteringResult.Builder88 mCallScreeningResponse = response; in setCallScreeningResponse()109 .setCallScreeningResponse(result.mCallScreeningResponse, in from()117 mCallScreeningAppName, mCallScreeningComponentName, mCallScreeningResponse, in build()131 public CallScreeningService.ParcelableCallResponse mCallScreeningResponse; field in CallFilteringResult150 this.mCallScreeningResponse = callScreeningResponse; in CallFilteringResult()243 builder.setCallScreeningResponse(r1.mCallScreeningResponse, true); in combineScreeningResponses()247 builder.setCallScreeningResponse(r2.mCallScreeningResponse, true); in combineScreeningResponses()251 if (r1.mCallScreeningResponse != null) { in combineScreeningResponses()252 builder.setCallScreeningResponse(r1.mCallScreeningResponse, false); in combineScreeningResponses()[all …]
779 result.mCallScreeningResponse == null in onCallFilteringComplete()780 ? null : result.mCallScreeningResponse.toCallResponse(), in onCallFilteringComplete()789 if (result.mIsResponseFromSystemDialer && result.mCallScreeningResponse != null in onCallFilteringComplete()790 && result.mCallScreeningResponse.getCallComposerAttachmentsToShow() >= 0) { in onCallFilteringComplete()791 int attachmentMask = result.mCallScreeningResponse.getCallComposerAttachmentsToShow(); in onCallFilteringComplete()