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

  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
TouchScreenQualifierTest.java 25 private TouchScreenQualifier tsq; field in class:TouchScreenQualifierTest
31 tsq = new TouchScreenQualifier();
38 tsq = null;
43 assertEquals(true, tsq.checkAndSet("notouch", config)); //$NON-NLS-1$
50 assertEquals(true, tsq.checkAndSet("finger", config)); //$NON-NLS-1$
57 assertEquals(true, tsq.checkAndSet("stylus", config)); //$NON-NLS-1$
64 assertEquals(false, tsq.checkAndSet("", config));//$NON-NLS-1$
65 assertEquals(false, tsq.checkAndSet("STYLUS", config));//$NON-NLS-1$
66 assertEquals(false, tsq.checkAndSet("other", config));//$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceHandler.java 150 TouchScreenQualifier tsq = new TouchScreenQualifier( local
152 mCurrentConfig.setTouchTypeQualifier(tsq);
  /cts/tools/signature-tools/spec/
android.spec 281 definitiont)Lsignature/model/ITypeVariableDefinition;xpsr.signature.model.impl.SigTypeVariableDefinition?lK??LgenericDeclarationt%Lsignature/model/IGenericDeclaration;Lnameq~L upperBoundsq~xpq~/tTsq~Bw
    [all...]

Completed in 427 milliseconds