We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b415bbc commit 0e6683aCopy full SHA for 0e6683a
src/java/com/google/wireless/qa/mobileharness/shared/constant/PropertyName.java
@@ -343,6 +343,13 @@ enum Test implements PropertyName {
343
/** Locator of test engine stub. */
344
_TEST_ENGINE_LOCATOR;
345
346
+ /** Test property format for MH flash wait time for flashing quota. */
347
+ public static final String FORMAT_FLASH_WAIT_FOR_QUOTA_DURATION_MILLIS =
348
+ "flash_wait_millis_for_quota_%s";
349
+
350
+ /** Test property format for MH flash actual time (excluding waiting for quota). */
351
+ public static final String FORMAT_FLASH_DURATION_MILLIS = "flash_millis_%d_attempt_%s";
352
353
/**
354
* Name prefix of the test property that contains the decorator run time in milliseconds.
355
*
0 commit comments