Home
last modified time | relevance | path

Searched refs:addIntAttribute (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2765 addIntAttribute(parser, "authtype", map, AUTH_TYPE); in getRow()
2766 addIntAttribute(parser, "bearer", map, BEARER); in getRow()
2767 addIntAttribute(parser, "profile_id", map, PROFILE_ID); in getRow()
2768 addIntAttribute(parser, "max_conns", map, MAX_CONNECTIONS); in getRow()
2769 addIntAttribute(parser, "wait_time", map, WAIT_TIME_RETRY); in getRow()
2770 addIntAttribute(parser, "max_conns_time", map, TIME_LIMIT_FOR_MAX_CONNECTIONS); in getRow()
2771 addIntAttribute(parser, "mtu", map, MTU); in getRow()
2772 addIntAttribute(parser, "mtu_v4", map, MTU_V4); in getRow()
2773 addIntAttribute(parser, "mtu_v6", map, MTU_V6); in getRow()
2774 addIntAttribute(parser, "apn_set_id", map, APN_SET_ID); in getRow()
[all …]