Home
last modified time | relevance | path

Searched refs:testCounter (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParcelableComponentTest.kt74 protected var testCounter = 1 regex
297 Int::class -> testCounter++
298 Long::class -> (testCounter++).toLong()
299 Float::class -> (testCounter++).toFloat()
H A DAndroidPackageTest.kt443 testCounter++,
492 SparseIntArray().apply { put(testCounter++, testCounter++) },
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DTracePerfTest.java81 public void testCounter() { in testCounter() method in TracePerfTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsCounterTest.java32 public void testCounter() throws Exception { in testCounter() method in BatteryStatsCounterTest