Home
last modified time | relevance | path

Searched defs:difference (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthStats.java101 float difference = in compareTp() local
111 float difference = BandwidthStats.computePercentDifference(this.mTxBytes, stats.mTxBytes); in compareTb() local
120 float difference = in compareRp() local
130 float difference = BandwidthStats.computePercentDifference(this.mRxBytes, stats.mRxBytes); in compareRb() local
148 public ComparisonRecord(String statName, long first, long second, float difference) { in ComparisonRecord()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DTimeStatusChecker.java35 long difference = device.getDeviceTimeOffset(new Date()); in postExecutionCheck() local