Searched refs:mCallScreeningResponse (Results 1 – 2 of 2) sorted by relevance
39 private CallScreeningService.ParcelableCallResponse mCallScreeningResponse = null; field in CallFilteringResult.Builder94 mCallScreeningResponse = response; in setCallScreeningResponse()116 .setCallScreeningResponse(result.mCallScreeningResponse, in from()125 mCallScreeningComponentName, mCallScreeningResponse, in build()140 public CallScreeningService.ParcelableCallResponse mCallScreeningResponse; field in CallFilteringResult161 this.mCallScreeningResponse = callScreeningResponse; in CallFilteringResult()258 builder.setCallScreeningResponse(r1.mCallScreeningResponse, true); in combineScreeningResponses()262 builder.setCallScreeningResponse(r2.mCallScreeningResponse, true); in combineScreeningResponses()266 if (r1.mCallScreeningResponse != null) { in combineScreeningResponses()267 builder.setCallScreeningResponse(r1.mCallScreeningResponse, false); in combineScreeningResponses()[all …]
1012 result.mCallScreeningResponse == null in onCallFilteringComplete()1013 ? null : result.mCallScreeningResponse.toCallResponse(), in onCallFilteringComplete()1022 if (result.mIsResponseFromSystemDialer && result.mCallScreeningResponse != null) { in onCallFilteringComplete()1023 int attachmentMask = result.mCallScreeningResponse.getCallComposerAttachmentsToShow(); in onCallFilteringComplete()