blob: b459aa925abece6e75967915a15d5d695325f143 [file] [log] [blame]
package android.leanbackjank.app;
/**
* Intent key strings of the leanback jank test helper app.
*/
public class IntentKeys {
public static final String SCROLL_COUNT = "SCROLL_COUNT";
public static final String SCROLL_DELAY = "SCROLL_DELAY";
public static final String SCROLL_INTERVAL = "SCROLL_INTERVAL";
}