Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAppContextManagerTest.java75 ContextChangeListener change = new ContextChangeListener(); in testContextChange() local
177 ContextChangeListener change = new ContextChangeListener(); in testFilter() local
/cts/common/util/src/com/android/compatibility/common/util/
DStat.java148 public static double calcRatePerSec(double change, double timeInMSec) { in calcRatePerSec()
159 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray()