Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthStats.java103 float difference = BandwidthStats.computePercentDifference( in compareTp() local
113 float difference = BandwidthStats.computePercentDifference( in compareTb() local
123 float difference = BandwidthStats.computePercentDifference( in compareRp() local
133 float difference = BandwidthStats.computePercentDifference( in compareRb() local
152 public ComparisonRecord(String statName, long first, long second, float difference) { in ComparisonRecord()