Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceIdCache.cpp23 android::String16 hashedName; member
27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { } in CacheEntry()
62 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); in lookup() local
63 const uint32_t hashcode = hash(hashedName); in lookup()
72 if (hashedName == (*item).second.hashedName) { in lookup()
90 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); in store() local
91 const uint32_t hashcode = hash(hashedName); in store()
92 mIdMap[hashcode] = CacheEntry(hashedName, resId); in store()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1089 String hashedName = (String) logMakerCaptor in testDirectTargetSelectionLogging() local
1092 hashedName, is(not(name))); in testDirectTargetSelectionLogging()