Searched refs:productType (Results 1 – 5 of 5) sorted by relevance
70 DisplayDeviceType productType = DisplayDeviceType::SINGLE_DISPLAY_DEVICE; variable71 auto ret = fsc_.GetFoldScreenPolicy(productType);74 productType = DisplayDeviceType::DOUBLE_DISPLAY_DEVICE;75 ret = fsc_.GetFoldScreenPolicy(productType);78 productType = DisplayDeviceType::SINGLE_DISPLAY_POCKET_DEVICE;79 ret = fsc_.GetFoldScreenPolicy(productType);82 productType = DisplayDeviceType::DISPLAY_DEVICE_UNKNOWN;83 ret = fsc_.GetFoldScreenPolicy(productType);
165 static const char *productType = nullptr; in GetDeviceType() local166 const char *type = GetProperty("const.product.devicetype", &productType); in GetDeviceType()168 type = GetProperty("const.build.characteristics", &productType); in GetDeviceType()
110 static const char *productType = NULL; in GetDeviceType() local111 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType()115 return GetProperty("const.build.characteristics", &productType); in GetDeviceType()
65 sptr<FoldScreenPolicy> FoldScreenController::GetFoldScreenPolicy(DisplayDeviceType productType) in GetFoldScreenPolicy() argument68 switch (productType) { in GetFoldScreenPolicy()
64 sptr<FoldScreenPolicy> GetFoldScreenPolicy(DisplayDeviceType productType);