/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 34 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 …]
|
D | CellIdentityTest.java | 60 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()
|
D | RILTest.java | 247 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/ |
D | Contacts.java | 457 Groups.SYSTEM_ID + "='" + Groups.GROUP_MY_CONTACTS + "'", null, null); in tryGetMyContactsGroupId() 778 public static final String SYSTEM_ID = "system_id"; field
|
D | ContactsContract.java | 7732 public static final String SYSTEM_ID = "system_id"; field 7989 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, values, SYSTEM_ID); in getEntityAndIncrementCursor()
|
D | Telephony.java | 4691 public static final String SYSTEM_ID = "system_id"; field in Telephony.ServiceStateTable
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23717 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/ |
D | current.txt | 37297 field @Deprecated public static final String SYSTEM_ID = "system_id"; 38075 field public static final String SYSTEM_ID = "system_id";
|
/frameworks/base/api/ |
D | current.txt | 37441 field @Deprecated public static final String SYSTEM_ID = "system_id"; 38219 field public static final String SYSTEM_ID = "system_id";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 57169 Landroid/provider/Telephony$ServiceStateTable;->SYSTEM_ID:Ljava/lang/String;
|