Home | History | Annotate | Download | only in phone

Lines Matching full:model

2002         // AT+CGMM - Query Model Information
2006 // Return the Model Information.
2007 String model = SystemProperties.get("ro.product.model");
2008 if (model != null) {
2009 return new AtCommandResult("+CGMM: " + model);
2020 // Return the Model Information.