Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java65 private static final String WORKSPACE_LAUNCH_TIMEOUT_MSECS = "workspace_launch_timeout_ms"; field in AppCompatibility
114 String workspaceLaunchTimeoutMsecs = mArgs.getString(WORKSPACE_LAUNCH_TIMEOUT_MSECS); in setUp()