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