Searched refs:DeviceType (Results 1 – 2 of 2) sorted by relevance
| /developtools/global_resource_tool/include/ |
| D | resource_data.h | 84 enum class DeviceType { enum 140 const std::map<std::string, DeviceType> g_deviceMap = { 141 { "phone", DeviceType::PHONE }, 142 { "tablet", DeviceType::TABLET }, 143 { "car", DeviceType::CAR }, 144 { "tv", DeviceType::TV }, 145 { "wearable", DeviceType::WEARABLE },
|
| /developtools/packing_tool/adapter/ohos/ |
| D | ResourcesParser.java | 101 private enum DeviceType { enum in ResourcesParser 114 private DeviceType(int index, String type) { in DeviceType() method in ResourcesParser.DeviceType 120 for (DeviceType deviceType : DeviceType.values()) { in getType() 171 Language, Region, Resolution, Direction, DeviceType, Script, LightMode, MCC, MNC enumConstant 594 } else if (param.keyType == ConfigType.DeviceType.ordinal()) { in convertConfigIndexToString() 596 configClass.append(DeviceType.getType(param.value)); in convertConfigIndexToString() 598 configClass.append(CONFIG_CONJUNCTION).append(DeviceType.getType(param.value)); in convertConfigIndexToString()
|