Searched refs:mAppLaunchTimeout (Results 1 - 1 of 1) sorted by path

/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java47 private int mAppLaunchTimeout = 7000; field in class:AppCompatibility
77 mAppLaunchTimeout = Integer.parseInt(appLaunchTimeoutMsecs);
171 Thread.sleep(mAppLaunchTimeout);

Completed in 67 milliseconds