Searched defs:customComponents (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/shadows/ |
D | ShadowMediaSource.kt | 28 private val customComponents = mutableSetOf<ComponentName>() constant
|
/packages/services/Car/cpp/power/server/src/ |
D | PolicyManager.cpp | 168 int toCustomPowerComponent(const std::unordered_map<std::string, int>& customComponents, in toCustomPowerComponent() 202 const std::unordered_map<std::string, int>& customComponents) { in readComponents() 274 const std::unordered_map<std::string, int>& customComponents, in readOtherComponents() 329 const std::unordered_map<std::string, int>& customComponents) { in readPolicies() 469 const XMLElement* pRoot, const std::unordered_map<std::string, int>& customComponents) { in readSystemPolicyOverrides() 540 std::vector<int>* customComponents) { in stringsToComponents() 726 std::vector<int32_t> customComponents; in getCustomComponents() local 766 const auto& customComponents = readCustomComponents(pRootElement); in readPowerPolicyFromXml() local
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PolicyReader.java | 487 ArrayMap<String, Integer> customComponents = new ArrayMap<>(); in readPowerPolicyFromXml() local 606 ArrayMap<String, Integer> customComponents) throws PolicyXmlException { in validateSystemOverrides() 690 ArrayMap<String, Integer> customComponents) in toCarPowerPolicy() 744 private int toCustomPowerComponentId(String id, ArrayMap<String, Integer> customComponents) { in toCustomPowerComponentId() 797 ArrayMap<String, Integer> customComponents) throws PolicyXmlException { in validatePowerPolicies()
|
D | PowerComponentHandler.java | 114 void init(ArrayMap<String, Integer> customComponents) { in init()
|
D | CarPowerManagementService.java | 371 Integer[] customComponents = in readPowerPolicyFromXml() local 2436 Integer[] customComponents = new Integer[registeredCustomComponents.length]; in initializePowerPolicy() local 3787 Collection<Integer> customComponents = mPolicyReader.getCustomComponents().values(); in definePowerPolicy() local
|
/packages/services/Car/cpp/power/client/src/ |
D | PowerPolicyClientBase.cpp | 208 const auto& customComponents = getCustomComponentsOfInterest(); in connectToDaemon() local
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerManagementDaemon.java | 115 @Nullable int[] customComponents) throws Exception { in FakeRefactoredCarPowerManagementDaemon()
|
/packages/services/Car/cpp/power/server/tests/ |
D | PolicyManagerTest.cpp | 709 const auto customComponents = policyManager.getCustomComponents(); in TEST_F() local
|