public static final class Telephony.Carriers extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
APN
APN name.
|
static String |
AUTH_TYPE
Authentication type.
|
static String |
BEARER
Radio Access Technology info.
|
static String |
BEARER_BITMASK
Radio Access Technology bitmask.
|
static int |
CARRIER_DELETED
CARRIER_DELETED values are currently not used as there is no usecase.
|
static int |
CARRIER_DELETED_BUT_PRESENT_IN_XML |
static int |
CARRIER_EDITED |
static String |
CARRIER_ENABLED
Is this APN enabled?
|
static Uri |
CONTENT_URI
The
content:// style URL for this table. |
static String |
CURRENT
Is this the current APN?
|
static String |
DEFAULT_SORT_ORDER
The default sort order for this table.
|
static String |
EDITED
Is this APN added/edited/deleted by a user or carrier?
|
static String |
MAX_CONNS
The max connections of this apn
Type: INTEGER
|
static String |
MAX_CONNS_TIME
The time to limit max connection for the apn
Type: INTEGER
|
static String |
MCC
Mobile Country Code (MCC).
|
static String |
MMSC
MMSC URL.
|
static String |
MMSPORT
MMS proxy port.
|
static String |
MMSPROXY
MMS proxy address.
|
static String |
MNC
Mobile Network Code (MNC).
|
static String |
MODEM_COGNITIVE
Is the apn setting to be set in modem
Type: INTEGER (boolean)
|
static String |
MTU
The MTU size of the mobile interface to which the APN connected
Type: INTEGER
|
static String |
MVNO_MATCH_DATA
MVNO data.
|
static String |
MVNO_TYPE
MVNO type:
SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1) . |
static String |
NAME
Entry name.
|
static String |
NUMERIC
Numeric operator ID (as String).
|
static String |
PASSWORD
APN password.
|
static String |
PORT
Proxy port.
|
static String |
PROFILE_ID
The profile_id to which the APN saved in modem
Type: INTEGER
|
static String |
PROTOCOL
The protocol to use to connect to this APN.
|
static String |
PROXY
Proxy address.
|
static String |
ROAMING_PROTOCOL
The protocol to use to connect to this APN when roaming.
|
static String |
SERVER
Server address.
|
static String |
SUBSCRIPTION_ID
The subscription to which the APN belongs to
Type: INTEGER (long)
|
static String |
TYPE
Comma-delimited list of APN types.
|
static int |
UNEDITED
Following are possible values for the EDITED field
|
static String |
USER
APN username.
|
static int |
USER_DELETED |
static int |
USER_DELETED_BUT_PRESENT_IN_XML
DELETED_BUT_PRESENT is an intermediate value used to indicate that an entry deleted
by the user is still present in the new APN database and therefore must remain tagged
as user deleted rather than completely removed from the database
|
static int |
USER_EDITED |
static String |
USER_VISIBLE
Is this APN visible to the user?
|
static String |
WAIT_TIME
The wait time for retry of the apn
Type: INTEGER
|
_COUNT, _ID
public static final Uri CONTENT_URI
content://
style URL for this table.public static final String DEFAULT_SORT_ORDER
public static final String NAME
Type: TEXT
public static final String APN
Type: TEXT
public static final String PROXY
Type: TEXT
public static final String PORT
Type: TEXT
public static final String MMSPROXY
Type: TEXT
public static final String MMSPORT
Type: TEXT
public static final String SERVER
Type: TEXT
public static final String USER
Type: TEXT
public static final String PASSWORD
Type: TEXT
public static final String MMSC
Type: TEXT
public static final String MCC
Type: TEXT
public static final String MNC
Type: TEXT
public static final String NUMERIC
MCC + MNC
.
Type: TEXT
public static final String AUTH_TYPE
Type: INTEGER
public static final String TYPE
Type: TEXT
public static final String PROTOCOL
PDP_type
values in TS 27.007 section 10.1.1.
For example: IP
, IPV6
, IPV4V6
, or PPP
.
Type: TEXT
public static final String ROAMING_PROTOCOL
Type: TEXT
public static final String CURRENT
Type: INTEGER (boolean)
public static final String CARRIER_ENABLED
Type: INTEGER (boolean)
public static final String BEARER
ServiceState
.
This should be spread to other technologies,
but is currently only used for LTE (14) and eHRPD (13).
Type: INTEGER
public static final String BEARER_BITMASK
ServiceState
.
0 indicates all techs otherwise first bit refers to RAT/bearer 1, second bit refers to
RAT/bearer 2 and so on.
Bitmask for a radio tech R is (1 << (R - 1))
Type: INTEGER
public static final String MVNO_TYPE
SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1)
.
Type: TEXT
public static final String MVNO_MATCH_DATA
Type: TEXT
public static final String SUBSCRIPTION_ID
Type: INTEGER (long)
public static final String PROFILE_ID
Type: INTEGER
public static final String MODEM_COGNITIVE
Type: INTEGER (boolean)
public static final String MAX_CONNS
Type: INTEGER
public static final String WAIT_TIME
Type: INTEGER
public static final String MAX_CONNS_TIME
Type: INTEGER
public static final String MTU
Type: INTEGER
public static final String EDITED
Type: INTEGER
public static final String USER_VISIBLE
Type: INTEGER (boolean)
public static final int UNEDITED
public static final int USER_EDITED
public static final int USER_DELETED
public static final int USER_DELETED_BUT_PRESENT_IN_XML
public static final int CARRIER_EDITED
public static final int CARRIER_DELETED
public static final int CARRIER_DELETED_BUT_PRESENT_IN_XML