Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityCdmaTest.java33 private static final int SYSTEM_ID = 32767; field in CellIdentityCdmaTest
46 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor()
59 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0, in testNullIsland()
69 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
72 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
77 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
79 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
84 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
86 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
95 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
DCellIdentityTest.java47 private static final int SYSTEM_ID = 32767; field in CellIdentityTest
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
DRILTest.java220 private static final int SYSTEM_ID = 65533; field in RILTest
1318 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID; in testConvertHalCellInfoListForCdma()
1345 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma()
1559 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma()
1580 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()
1825 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.java7725 public static final String SYSTEM_ID = "system_id"; field
7982 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, values, SYSTEM_ID); in getEntityAndIncrementCursor()
/frameworks/base/telephony/java/android/provider/
DTelephony.java4290 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/api/
Dcurrent.txt36995 field @Deprecated public static final String SYSTEM_ID = "system_id";
37773 field public static final String SYSTEM_ID = "system_id";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61343 Landroid/provider/Telephony$ServiceStateTable;->SYSTEM_ID:Ljava/lang/String;