Searched refs:GFXINFO_COMMAND_RESET (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | JankCollectionHelperTest.java | 20 import static com.android.helpers.JankCollectionHelper.GFXINFO_COMMAND_RESET; 295 String cmd = String.format(GFXINFO_COMMAND_RESET, "pkg1"); in testCollect_delayExceptions_onReset() 308 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg1")); in testCollect_delayExceptions_onReset() 310 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg2")); in testCollect_delayExceptions_onReset() 312 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg3")); in testCollect_delayExceptions_onReset() 337 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg1")); in testCollect_delayExceptions_onGet() 339 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg2")); in testCollect_delayExceptions_onGet() 341 .executeShellCommand(String.format(GFXINFO_COMMAND_RESET, "pkg3")); in testCollect_delayExceptions_onGet() 354 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_cannotClear() 367 String cmd = String.format(JankCollectionHelper.GFXINFO_COMMAND_RESET, ""); in testFailures_ioFailure() [all …]
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | JankCollectionHelper.java | 46 @VisibleForTesting static final String GFXINFO_COMMAND_RESET = GFXINFO_COMMAND_GET + " reset"; field in JankCollectionHelper 255 String command = String.format(GFXINFO_COMMAND_RESET, "--"); in clearGfxInfo() 261 String command = String.format(GFXINFO_COMMAND_RESET, pkg); in clearGfxInfo()
|