Home
last modified time | relevance | path

Searched refs:thisConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
DResourceTypes.cpp1963 ResTable_config thisConfig; in getResource() local
1964 thisConfig.copyFromDtoH(type->config); in getResource()
1974 if (bestPackage != NULL && bestItem.isMoreSpecificThan(thisConfig)) { in getResource()
1978 bestItem = thisConfig; in getResource()
3655 ResTable_config thisConfig; in getEntry() local
3656 thisConfig.copyFromDtoH(thisType->config); in getEntry()
3661 thisConfig.mcc, thisConfig.mnc, in getEntry()
3663 thisConfig.language[0] ? thisConfig.language[0] : '-', in getEntry()
3664 thisConfig.language[1] ? thisConfig.language[1] : '-', in getEntry()
3667 thisConfig.country[0] ? thisConfig.country[0] : '-', in getEntry()
[all …]