Searched refs:pkgname (Results 1 – 1 of 1) sorted by relevance
70 String pkgname = "com.android.game.qualification.allocstress"; in testMemoryAllocationLimit() local71 String actname = pkgname + ".MainActivity"; in testMemoryAllocationLimit()72 getDevice().executeShellCommand("am start -W " + pkgname + "/" + actname); in testMemoryAllocationLimit()