Searched refs:hasProperty (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/utils/
H A DPropertyMap.h63 bool hasProperty(const String8& key) const;
/frameworks/native/libs/utils/
H A DPropertyMap.cpp54 bool PropertyMap::hasProperty(const String8& key) const { function in class:android::PropertyMap
204 if (mMap->hasProperty(keyToken)) {

Completed in 1498 milliseconds