blob: e9c5e6e9c0bd26f7adecb464dc500566b5d5cfa0 [file] [log] [blame]
package android.cts.jank.leanback;
/**
* 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";
}