Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityCdmaTest.java34 private static final int SYSTEM_ID = 32767; field in CellIdentityCdmaTest
47 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor()
56 String globalCi = Integer.toString(SYSTEM_ID, 16) + Integer.toString(NETWORK_ID, 16) in testConstructor()
64 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0, in testNullIsland()
74 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
77 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
82 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
84 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
89 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
91 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
[all …]
DCellIdentityTest.java60 private static final int SYSTEM_ID = 32767; field in CellIdentityTest
145 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
202 CellIdentityCdma cdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, in testGetMccMncString()
DRILTest.java247 private static final int SYSTEM_ID = 65533; field in RILTest
1507 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID; in testConvertHalCellInfoListForCdma()
1534 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma()
1755 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma()
1776 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()
2298 cellinfo.cellIdentityCdma.base.systemId = SYSTEM_ID; in getCellInfoListForCdma()
/frameworks/base/core/java/android/provider/
DContacts.java457 Groups.SYSTEM_ID + "='" + Groups.GROUP_MY_CONTACTS + "'", null, null); in tryGetMyContactsGroupId()
778 public static final String SYSTEM_ID = "system_id"; field
DContactsContract.java7732 public static final String SYSTEM_ID = "system_id"; field
7989 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, values, SYSTEM_ID); in getEntityAndIncrementCursor()
DTelephony.java4691 public static final String SYSTEM_ID = "system_id"; field in Telephony.ServiceStateTable
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23717 field public static final deprecated java.lang.String SYSTEM_ID = "system_id";
24472 field public static final java.lang.String SYSTEM_ID = "system_id";
/frameworks/base/non-updatable-api/
Dcurrent.txt37297 field @Deprecated public static final String SYSTEM_ID = "system_id";
38075 field public static final String SYSTEM_ID = "system_id";
/frameworks/base/api/
Dcurrent.txt37441 field @Deprecated public static final String SYSTEM_ID = "system_id";
38219 field public static final String SYSTEM_ID = "system_id";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt57169 Landroid/provider/Telephony$ServiceStateTable;->SYSTEM_ID:Ljava/lang/String;