Home
last modified time | relevance | path

Searched refs:getTextInputMethodQualifier (Results 1 – 2 of 2) sorted by relevance

/sdk/sdk_common/tests/src/com/android/ide/common/resources/configuration/
DTextInputMethodQualifierTest.java44 assertTrue(config.getTextInputMethodQualifier() != null); in testQuerty()
45 assertEquals(Keyboard.QWERTY, config.getTextInputMethodQualifier().getValue()); in testQuerty()
46 assertEquals("qwerty", config.getTextInputMethodQualifier().toString()); //$NON-NLS-1$ in testQuerty()
51 assertTrue(config.getTextInputMethodQualifier() != null); in test12Key()
52 assertEquals(Keyboard.TWELVEKEY, config.getTextInputMethodQualifier().getValue()); in test12Key()
53 assertEquals("12key", config.getTextInputMethodQualifier().toString()); //$NON-NLS-1$ in test12Key()
58 assertTrue(config.getTextInputMethodQualifier() != null); in testNoKey()
59 assertEquals(Keyboard.NOKEY, config.getTextInputMethodQualifier().getValue()); in testNoKey()
60 assertEquals("nokeys", config.getTextInputMethodQualifier().toString()); //$NON-NLS-1$ in testNoKey()
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DFolderConfiguration.java421 public TextInputMethodQualifier getTextInputMethodQualifier() { in getTextInputMethodQualifier() method in FolderConfiguration