/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityLteTest.java | 46 private static final int BANDWIDTH = 5000; // kHz field in CellIdentityLteTest 55 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor() 63 assertEquals(BANDWIDTH, ci.getBandwidth()); in testDefaultConstructor() 80 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithThreeDigitMnc() 94 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithTwoDigitMnc() 107 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testConstructorWithEmptyMccMnc() 137 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 178 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 181 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 227 p.writeInt(BANDWIDTH); in testParcelWithUnknownMccMnc() [all …]
|
H A D | CellIdentityTest.java | 46 private static final int BANDWIDTH = 5000; // kHz field in CellIdentityTest 110 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 113 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 118 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 120 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 125 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, in testEquals() 127 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 135 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testParcel() 172 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell() 175 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell() [all …]
|
H A D | RILTest.java | 231 private static final int BANDWIDTH = 5000; field in RILTest 1704 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, MCC_STR, MNC_STR, in testConvertHalCellInfoList_1_2ForLTE() 1726 BANDWIDTH, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() 1750 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, null, null, ALPHA_LONG, in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() 2462 id.bandwidth = BANDWIDTH; in initializeCellIdentityLte_1_2()
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Tuner.cpp | 75 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner() 90 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner() 115 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner() 138 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner() 182 static_cast<FrontendStatusType>(V1_1::FrontendStatusTypeExt1_1::BANDWIDTH), in Tuner()
|
H A D | Frontend.cpp | 466 case V1_1::FrontendStatusTypeExt1_1::BANDWIDTH: { in getStatusExt1_1()
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | FrontendStatus.java | 172 android.hardware.tv.tuner.V1_1.Constants.FrontendStatusTypeExt1_1.BANDWIDTH;
|
/aosp12/hardware/interfaces/tv/tuner/1.1/ |
H A D | types.hal | 610 BANDWIDTH,
|