Home
last modified time | relevance | path

Searched refs:LatencyReport (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/latencyreport/
DLatencyReport.java23 public class LatencyReport { class
61 public LatencyReport() { in LatencyReport() method in LatencyReport
69 public LatencyReport(android.telecom.Call telecomCall) { in LatencyReport() method in LatencyReport
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java57 import com.android.incallui.latencyreport.LatencyReport;
227 LatencyReport latencyReport = new LatencyReport(call);
504 LatencyReport latencyReport = new LatencyReport(call); in onCallAdded()
557 private void maybeBlockCall(final android.telecom.Call call, final LatencyReport latencyReport) { in maybeBlockCall()
DExternalCallNotifier.java49 import com.android.incallui.latencyreport.LatencyReport;
153 new LatencyReport(), in showNotifcation()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java61 import com.android.incallui.latencyreport.LatencyReport;
109 private final LatencyReport mLatencyReport;
270 LatencyReport latencyReport, in DialerCall()
959 public LatencyReport getLatencyReport() { in getLatencyReport()
DCallList.java42 import com.android.incallui.latencyreport.LatencyReport;
114 final Context context, final android.telecom.Call telecomCall, LatencyReport latencyReport) { in onCallAdded()