Lines Matching refs:latencyReport
247 LatencyReport latencyReport = new LatencyReport(call);
248 latencyReport.onCallBlockingDone();
250 callList.onCallAdded(context, call, latencyReport);
623 LatencyReport latencyReport = new LatencyReport(call); in onCallAdded() local
625 maybeBlockCall(call, latencyReport); in onCallAdded()
630 latencyReport.onCallBlockingDone(); in onCallAdded()
631 callList.onCallAdded(context, call, latencyReport); in onCallAdded()
683 private void maybeBlockCall(final android.telecom.Call call, final LatencyReport latencyReport) { in maybeBlockCall() argument
701 latencyReport.onCallBlockingDone(); in maybeBlockCall()
702 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()
720 latencyReport.onCallBlockingDone(); in maybeBlockCall()
721 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()
729 latencyReport.onCallBlockingDone(); in maybeBlockCall()
730 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()