Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java70 String pkgname = "com.android.game.qualification.allocstress"; in testMemoryAllocationLimit() local
71 String actname = pkgname + ".MainActivity"; in testMemoryAllocationLimit()
72 getDevice().executeShellCommand("am start -W " + pkgname + "/" + actname); in testMemoryAllocationLimit()