Home
last modified time | relevance | path

Searched refs:childIds (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp123 std::vector<std::string> childIds; in initCarPartStatus() local
125 childIds = mPartsToAnimationMap.at(part.first).childIds; in initCarPartStatus()
131 .childIds = childIds, in initCarPartStatus()
163 for (auto& childPart : mCarPartsStatusMap.at(partId).childIds) { in updateChildrenParts()
DCarModelConfigReaderTests.cpp48 EXPECT_EQ(doorAnimation.childIds.size(), 2); in TEST()
71 EXPECT_EQ(windowAnimation.childIds.size(), 0); in TEST()
DAnimationModule.h65 std::vector<std::string> childIds; member
DIOModuleCommon.h265 std::vector<std::string> childIds; member
DCarModelConfigReader.cpp239 RETURN_IF_FALSE(ReadValueList(childPartsElem, "PartId", &animationInfo->childIds)); in ReadAnimation()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java1170 final ConversationIdSet childIds) { in writeGroupChildIds() argument
1172 if (childIds.equals(oldChildIds)) { in writeGroupChildIds()
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString()); in writeGroupChildIds()