package android.view; public class SoundEffectConstants { public static final int CLICK = 0; // the typo is part of the API public static int getContantForFocusDirection(int direction) { return 0; } }