Searched refs:addIntAttribute (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 2107 addIntAttribute(parser, "authtype", map, AUTH_TYPE); in getRow() 2108 addIntAttribute(parser, "bearer", map, BEARER); in getRow() 2109 addIntAttribute(parser, "profile_id", map, PROFILE_ID); in getRow() 2110 addIntAttribute(parser, "max_conns", map, MAX_CONNECTIONS); in getRow() 2111 addIntAttribute(parser, "wait_time", map, WAIT_TIME_RETRY); in getRow() 2112 addIntAttribute(parser, "max_conns_time", map, TIME_LIMIT_FOR_MAX_CONNECTIONS); in getRow() 2113 addIntAttribute(parser, "mtu", map, MTU); in getRow() 2114 addIntAttribute(parser, "apn_set_id", map, APN_SET_ID); in getRow() 2115 addIntAttribute(parser, "carrier_id", map, CARRIER_ID); in getRow() 2116 addIntAttribute(parser, "skip_464xlat", map, SKIP_464XLAT); in getRow() [all …]
|