Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java19 import static com.android.helpers.JankCollectionHelper.GFXINFO_COMMAND_GET;
323 String cmd = String.format(GFXINFO_COMMAND_GET, "pkg1"); in testCollect_delayExceptions_onGet()
343 .executeShellCommand(String.format(GFXINFO_COMMAND_GET, "pkg1")); in testCollect_delayExceptions_onGet()
345 .executeShellCommand(String.format(GFXINFO_COMMAND_GET, "pkg2")); in testCollect_delayExceptions_onGet()
347 .executeShellCommand(String.format(GFXINFO_COMMAND_GET, "pkg3")); in testCollect_delayExceptions_onGet()
417 String cmd = String.format(GFXINFO_COMMAND_GET, pkg); in mockGetCommand()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java45 @VisibleForTesting static final String GFXINFO_COMMAND_GET = "dumpsys gfxinfo %s"; field in JankCollectionHelper
46 @VisibleForTesting static final String GFXINFO_COMMAND_RESET = GFXINFO_COMMAND_GET + " reset";
282 String command = String.format(GFXINFO_COMMAND_GET, pkg); in getGfxInfoMetrics()