package android.test; public class ClassAddedInApi31AndExt2 { private ClassAddedInApi31AndExt2() {} public static final int FIELD_ADDED_IN_API_31_AND_EXT_2 = 1; public void methodAddedInApi31AndExt2() { throw new RuntimeException("Stub!"); } }