HomeSort by relevance Sort by last modified time
    Searched refs:latencyReport (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
InCallPresenter.java 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)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
CallList.java 42 import com.android.incallui.latencyreport.LatencyReport;
114 final Context context, final android.telecom.Call telecomCall, LatencyReport latencyReport) {
117 new DialerCall(context, this, telecomCall, latencyReport, true /* registerCallback */);
DialerCall.java 61 import com.android.incallui.latencyreport.LatencyReport;
109 private final LatencyReport mLatencyReport;
270 LatencyReport latencyReport,
276 mLatencyReport = latencyReport;
959 public LatencyReport getLatencyReport() {
    [all...]

Completed in 69 milliseconds