Home
last modified time | relevance | path

Searched refs:latencyReport (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java247 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()
[all …]
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java143 private final LatencyReport latencyReport; field in DialerCall
394 LatencyReport latencyReport, in DialerCall() argument
400 this.latencyReport = latencyReport; in DialerCall()
1376 return latencyReport; in getLatencyReport()
DCallList.java123 final Context context, final android.telecom.Call telecomCall, LatencyReport latencyReport) { in onCallAdded() argument
138 new DialerCall(context, this, telecomCall, latencyReport, true /* registerCallback */); in onCallAdded()