Searched refs:latencyReport (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallPresenter.java | 236 LatencyReport latencyReport = new LatencyReport(call); 237 latencyReport.onCallBlockingDone(); 239 mCallList.onCallAdded(mContext, call, latencyReport); 516 LatencyReport latencyReport = new LatencyReport(call); in onCallAdded() local 518 maybeBlockCall(call, latencyReport); in onCallAdded() 523 latencyReport.onCallBlockingDone(); in onCallAdded() 524 mCallList.onCallAdded(mContext, call, latencyReport); in onCallAdded() 573 private void maybeBlockCall(final android.telecom.Call call, final LatencyReport latencyReport) { in maybeBlockCall() argument 591 latencyReport.onCallBlockingDone(); in maybeBlockCall() 592 mCallList.onCallAdded(mContext, call, latencyReport); in maybeBlockCall() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | CallList.java | 116 final Context context, final android.telecom.Call telecomCall, LatencyReport latencyReport) { in onCallAdded() argument 119 new DialerCall(context, this, telecomCall, latencyReport, true /* registerCallback */); in onCallAdded()
|
D | DialerCall.java | 291 LatencyReport latencyReport, in DialerCall() argument 297 mLatencyReport = latencyReport; in DialerCall()
|