Searched refs:productType (Results 1 – 2 of 2) sorted by relevance
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()
99 static const char *productType = NULL; in GetDeviceType() local100 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType()104 return GetProperty("const.build.characteristics", &productType); in GetDeviceType()