Searched refs:modemCognitive (Results 1 – 1 of 1) sorted by relevance
506 String modemCognitive = parser.getAttributeValue(null, "modem_cognitive"); in getRow() local507 if (modemCognitive != null) { in getRow()508 map.put(Telephony.Carriers.MODEM_COGNITIVE, Boolean.parseBoolean(modemCognitive)); in getRow()