Searched defs:getEntry (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/utils/
H A DStringArray.h65 const char* getEntry(int idx) const { function in class:android::StringArray
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java98 public RecipientEntry getEntry() { method in class:RecipientChip
/frameworks/base/core/java/android/preference/
H A DListPreference.java148 final CharSequence entry = getEntry();
201 public CharSequence getEntry() { method in class:ListPreference
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1681 sp<Entry> e = getEntry(package, type, name, sourcePos, overwrite,
1737 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1784 sp<Entry> e = getEntry(package, type, name, sourcePos, replace, params);
2142 // String8(getEntry(attrID)->getName()).string(), value.data);
2204 sp<const Entry> e = getEntry(attrID);
2224 sp<const Entry> e = getEntry(attrID);
2247 sp<const Entry> e = getEntry(attrID);
3330 sp<ResourceTable::Entry> ResourceTable::Type::getEntry(const String16& entry, function in class:ResourceTable::Type
3646 sp<ResourceTable::Entry> ResourceTable::getEntry(const String16& package, function in class:ResourceTable
3658 return t->getEntry(nam
3661 sp<const ResourceTable::Entry> ResourceTable::getEntry(uint32_t resID, function in class:ResourceTable
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2035 ssize_t offset = getEntry(package, t, e, NULL, &type, &entry, NULL);
2137 ssize_t offset = getEntry(package, T, E, desiredConfig, &type, &entry, &typeClass);
2417 ssize_t offset = getEntry(package, T, E, &mParams, &type, &entry, &typeClass);
3921 ssize_t ResTable::getEntry( function in class:android::ResTable
3938 LOGW("getEntry failing because entryIndex %d is beyond type entryCount %d",

Completed in 241 milliseconds