am 136d0e79: Merge "Fix subtype count test"
* commit '136d0e799d9851d5b2ccf322e37560ab59c6266a': Fix subtype count testmain
commit
f635f90462
|
@ -26,7 +26,7 @@ import java.util.ArrayList;
|
|||
@SmallTest
|
||||
public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase {
|
||||
private static final int NUMBER_OF_SUBTYPES = 63;
|
||||
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 40;
|
||||
private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42;
|
||||
private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;
|
||||
|
||||
private static String toString(final ArrayList<InputMethodSubtype> subtypeList) {
|
||||
|
|
Loading…
Reference in New Issue