HomeSort by relevance Sort by last modified time
    Searched refs:timq (Results 1 - 3 of 3) sorted by null

  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
TextInputMethodQualifierTest.java 25 private TextInputMethodQualifier timq; field in class:TextInputMethodQualifierTest
31 timq = new TextInputMethodQualifier();
38 timq = null;
43 assertEquals(true, timq.checkAndSet("qwerty", config)); //$NON-NLS-1$
50 assertEquals(true, timq.checkAndSet("12key", config)); //$NON-NLS-1$
57 assertEquals(true, timq.checkAndSet("nokeys", config)); //$NON-NLS-1$
64 assertEquals(false, timq.checkAndSet("", config));//$NON-NLS-1$
65 assertEquals(false, timq.checkAndSet("QWERTY", config));//$NON-NLS-1$
66 assertEquals(false, timq.checkAndSet("12keys", config));//$NON-NLS-1$
67 assertEquals(false, timq.checkAndSet("*12key", config));//$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 206 TextInputMethodQualifier timq = config.getTextInputMethodQualifier(); local
207 if (timq != null) {
209 node.setTextContent(timq.getFolderSegment());
LayoutDeviceHandler.java 158 TextInputMethodQualifier timq = new TextInputMethodQualifier( local
160 mCurrentConfig.setTextInputMethodQualifier(timq);

Completed in 225 milliseconds