Searched refs:testCounter (Results 1 – 4 of 4) sorted by relevance
74 protected var testCounter = 1 regex297 Int::class -> testCounter++298 Long::class -> (testCounter++).toLong()299 Float::class -> (testCounter++).toFloat()
443 testCounter++,492 SparseIntArray().apply { put(testCounter++, testCounter++) },
81 public void testCounter() { in testCounter() method in TracePerfTest
32 public void testCounter() throws Exception { in testCounter() method in BatteryStatsCounterTest