OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncq
(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
164
NetworkCodeQualifier
ncq
= config.getNetworkCodeQualifier();
local
165
if (
ncq
!= null) {
167
node.setTextContent(Integer.toString(
ncq
.getCode()));
LayoutDeviceHandler.java
130
NetworkCodeQualifier
ncq
= new NetworkCodeQualifier(
local
132
mCurrentConfig.setNetworkCodeQualifier(
ncq
);
Completed in 460 milliseconds