Searched refs:latencyReport (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallPresenter.java | 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() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 145 private final LatencyReport latencyReport; field in DialerCall 399 LatencyReport latencyReport, in DialerCall() argument 405 this.latencyReport = latencyReport; in DialerCall() 1381 return latencyReport; in getLatencyReport()
|
D | CallList.java | 123 final Context context, final android.telecom.Call telecomCall, LatencyReport latencyReport) { in onCallAdded() argument 138 new DialerCall(context, this, telecomCall, latencyReport, true /* registerCallback */); in onCallAdded()
|