public class InstallMetrics
extends java.lang.Object
| Constructor and Description |
|---|
InstallMetrics(long uploadStartNs,
long uploadFinishNs,
long installStartNs,
long installFinishNs) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInstallFinishNs()
Returns the VM clock time at which the installation completed.
|
long |
getInstallStartNs()
Return the VM clock time at which the installation began.
|
long |
getUploadFinishNs()
Return the VM clock time at which the APK files in the installation were finished uploading
to the device.
|
long |
getUploadStartNs()
Returns the VM clock time at which the APK files in the installation began to be uploaded to
the device.
|
public InstallMetrics(long uploadStartNs,
long uploadFinishNs,
long installStartNs,
long installFinishNs)
public long getUploadStartNs()
public long getUploadFinishNs()
public long getInstallStartNs()
public long getInstallFinishNs()