/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 33 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()
|
D | CellIdentityTest.java | 47 private static final int SYSTEM_ID = 32767; field in CellIdentityTest 91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
|
D | RILTest.java | 220 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/ |
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 | 7725 public static final String SYSTEM_ID = "system_id"; field 7982 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, values, SYSTEM_ID); in getEntityAndIncrementCursor()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 4290 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/api/ |
D | current.txt | 36995 field @Deprecated public static final String SYSTEM_ID = "system_id"; 37773 field public static final String SYSTEM_ID = "system_id";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 61343 Landroid/provider/Telephony$ServiceStateTable;->SYSTEM_ID:Ljava/lang/String;
|