Searched refs:curType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DMDNSUtils.java125 String curType = serviceInfo.getServiceType().toLowerCase();
127 if (curType.contains(type.toLowerCase())) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp170 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN; local
171 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
173 type &= ~curType;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp596 const String16& curType,
632 myPackage, curType, ident, parentIdent, itemIdent, str,
693 const String16& curType,
743 type_ident_pair_t(curType, ident), true);
757 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
774 myPackage, curType, ident, str, &spans, &config,
913 String16 curType; local
1330 curType = String16(block.getAttributeStringValue(attri, &len));
1409 curType = string16;
1415 curType
591 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
688 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3688 uint32_t curType = 0xffffffff; local
3714 curType = 0xffffffff;
3716 if (curType != t) {
3722 curType = t;
3745 ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 201 milliseconds