Home | History | Annotate | Download | only in incallui

Lines Matching refs:latencyReport

57 import com.android.incallui.latencyreport.LatencyReport;
227 LatencyReport latencyReport = new LatencyReport(call);
228 latencyReport.onCallBlockingDone();
230 mCallList.onCallAdded(mContext, call, latencyReport);
504 LatencyReport latencyReport = new LatencyReport(call);
506 maybeBlockCall(call, latencyReport);
511 latencyReport.onCallBlockingDone();
512 mCallList.onCallAdded(mContext, call, latencyReport);
557 private void maybeBlockCall(final android.telecom.Call call, final LatencyReport latencyReport) {
575 latencyReport.onCallBlockingDone();
576 mCallList.onCallAdded(mContext, call, latencyReport);
594 latencyReport.onCallBlockingDone();
595 mCallList.onCallAdded(mContext, call, latencyReport);
602 latencyReport.onCallBlockingDone();
603 mCallList.onCallAdded(mContext, call, latencyReport);