Lines Matching refs:latencyReport
247 LatencyReport latencyReport = new LatencyReport(call);
248 latencyReport.onCallBlockingDone();
250 callList.onCallAdded(context, call, latencyReport);
620 LatencyReport latencyReport = new LatencyReport(call); in onCallAdded() local
622 maybeBlockCall(call, latencyReport); in onCallAdded()
627 latencyReport.onCallBlockingDone(); in onCallAdded()
628 callList.onCallAdded(context, call, latencyReport); in onCallAdded()
680 private void maybeBlockCall(final android.telecom.Call call, final LatencyReport latencyReport) { in maybeBlockCall() argument
698 latencyReport.onCallBlockingDone(); in maybeBlockCall()
699 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()
717 latencyReport.onCallBlockingDone(); in maybeBlockCall()
718 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()
726 latencyReport.onCallBlockingDone(); in maybeBlockCall()
727 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()