Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java104 private static final int MAX_RECORDING_PARTS = 5; field in AppLaunch
1458 for (int i = 1; i <= MAX_RECORDING_PARTS && mContinue; i++) { in run()