Skip to content

Commit 0e6683a

Browse files
DeviceInfracopybara-github
DeviceInfra
authored andcommitted
Internal change
PiperOrigin-RevId: 711644008
1 parent b415bbc commit 0e6683a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/java/com/google/wireless/qa/mobileharness/shared/constant/PropertyName.java

+7
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,13 @@ enum Test implements PropertyName {
343343
/** Locator of test engine stub. */
344344
_TEST_ENGINE_LOCATOR;
345345

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+
346353
/**
347354
* Name prefix of the test property that contains the decorator run time in milliseconds.
348355
*

0 commit comments

Comments
 (0)