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 158 CountryCodeQualifier ccq = config.getCountryCodeQualifier(); local
159 if (ccq != null) {
161 node.setTextContent(Integer.toString(ccq.getCode()));
LayoutDeviceHandler.java 126 CountryCodeQualifier ccq = new CountryCodeQualifier( local
128 mCurrentConfig.setCountryCodeQualifier(ccq);

Completed in 22 milliseconds