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

/frameworks/native/include/binder/
H A DPersistableBundle.h83 return (lhs.mBoolMap == rhs.mBoolMap && lhs.mIntMap == rhs.mIntMap &&
101 std::map<String16, bool> mBoolMap; member in class:android::os::PersistableBundle

Completed in 135 milliseconds