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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 132 CountryCodeQualifier ccq = config.getCountryCodeQualifier(); local
133 if (ccq != null) {
135 node.setTextContent(Integer.toString(ccq.getCode()));
LayoutDeviceHandler.java 125 CountryCodeQualifier ccq = new CountryCodeQualifier( local
127 mCurrentConfig.setCountryCodeQualifier(ccq);

Completed in 3409 milliseconds