Home | History | Annotate | Download | only in os

Lines Matching refs:PRODUCT

34     /** The name of the overall product. */
35 public static final String PRODUCT = getString("ro.product.name");
38 public static final String DEVICE = getString("ro.product.device");
41 public static final String BOARD = getString("ro.product.board");
44 public static final String CPU_ABI = getString("ro.product.cpu.abi");
47 public static final String CPU_ABI2 = getString("ro.product.cpu.abi2");
49 /** The manufacturer of the product/hardware. */
50 public static final String MANUFACTURER = getString("ro.product.manufacturer");
53 public static final String BRAND = getString("ro.product.brand");
55 /** The end-user-visible name for the end product. */
56 public static final String MODEL = getString("ro.product.model");