1 package android.leanbackjank.app;
2 
3 /**
4  * Intent key strings of the leanback jank test helper app.
5  */
6 public class IntentKeys {
7     public static final String SCROLL_COUNT = "SCROLL_COUNT";
8     public static final String SCROLL_DELAY = "SCROLL_DELAY";
9     public static final String SCROLL_INTERVAL = "SCROLL_INTERVAL";
10 }
11