Searched refs:addBoolAttribute (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 2118 addBoolAttribute(parser, "carrier_enabled", map, CARRIER_ENABLED); in getRow() 2119 addBoolAttribute(parser, "modem_cognitive", map, MODEM_PERSIST); in getRow() 2120 addBoolAttribute(parser, "user_visible", map, USER_VISIBLE); in getRow() 2121 addBoolAttribute(parser, "user_editable", map, USER_EDITABLE); in getRow() 2172 private void addBoolAttribute(XmlPullParser parser, String att, in addBoolAttribute() method in TelephonyProvider.DatabaseHelper
|