/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityGsmTest.java | 32 private static final int LAC = 65535; field in CellIdentityGsmTest 50 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor() 53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor() 66 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) in testDefaultConstructor() 75 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc() 84 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc() 93 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc() 102 String globalCi = MCC_STR + mncWithTwoDigit + Integer.toString(LAC, 16) in testConstructorWithTwoDigitMnc() 110 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 120 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() [all …]
|
D | CellIdentityWcdmaTest.java | 33 private static final int LAC = 65535; field in CellIdentityWcdmaTest 50 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor() 53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor() 71 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc() 80 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc() 89 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc() 103 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 112 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 121 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 130 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() [all …]
|
D | CellIdentityTdscdmaTest.java | 49 private static final int LAC = 65535; field in CellIdentityTdscdmaTest 75 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor() 80 assertEquals(LAC, ci.getLac()); in testConstructor() 88 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) + Integer.toString(CID, 16); in testConstructor() 95 null, null, LAC, CID, CPID, UARFCN, "", "", Collections.emptyList(), null); in testConstructorWithEmptyMccMnc() 100 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc() 106 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc() 112 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc() 122 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT, in testParcel() 137 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithUnknowMccMnc() [all …]
|
D | RILTest.java | 250 private static final int LAC = 65535; field in RILTest 1741 cellIdentity0.lac = LAC; in getCellIdentityGsm_1_2() 1785 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_4ForGsm() 1826 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_5ForGsm() 1853 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_6ForGsm() 1867 cellIdentity0.lac = LAC; in getCellIdentityWcdma_1_2() 1916 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_4ForWcdma() 1960 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_5ForWcdma() 1989 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_6ForWcdma() 2003 cellIdentity0.lac = LAC; in getCellIdentityTdscdma_1_2() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsCbMessage.java | 581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues() 652 int lacColumn = cursor.getColumnIndex(CellBroadcasts.LAC); in createFromCursor()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 3745 public static final String LAC = "lac"; field in Telephony.CellBroadcasts 3959 LAC,
|
/frameworks/base/core/api/ |
D | system-current.txt | 12043 field public static final String LAC = "lac";
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 42566 Landroid/provider/Telephony$CellBroadcasts;->LAC:Ljava/lang/String;
|