Home
last modified time | relevance | path

Searched refs:getChannelNumber (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java60 assertEquals(CellInfo.UNAVAILABLE, ci.getChannelNumber()); in testDefaultConstructor()
77 assertEquals(UARFCN, ci.getChannelNumber()); in testConstructor()
DPhysicalChannelConfigTest.java54 assertThat(config.getChannelNumber()).isEqualTo(CHANNEL_NUMBER); in testBuilder()
DCellIdentityWcdmaTest.java53 assertEquals(UARFCN, ci.getChannelNumber()); in testDefaultConstructor()
DCellIdentityGsmTest.java53 assertEquals(ARFCN, ci.getChannelNumber()); in testDefaultConstructor()
DCellIdentityLteTest.java55 assertEquals(EARFCN, ci.getChannelNumber()); in testDefaultConstructor()
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java134 public int getChannelNumber() { in getChannelNumber() method in CellIdentity
DPhysicalChannelConfig.java144 public int getChannelNumber() { in getChannelNumber() method in PhysicalChannelConfig
DCellIdentityTdscdma.java169 public int getChannelNumber() { in getChannelNumber() method in CellIdentityTdscdma
DCellIdentityWcdma.java194 public int getChannelNumber() { in getChannelNumber() method in CellIdentityWcdma
DCellIdentityGsm.java189 public int getChannelNumber() { in getChannelNumber() method in CellIdentityGsm
DCellIdentityLte.java219 public int getChannelNumber() { in getChannelNumber() method in CellIdentityLte
DServiceState.java580 public int getChannelNumber() { in getChannelNumber() method in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2287 ss.setChannelNumber(cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity()
2289 log("Setting channel number: " + cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java913 ssProto.channelNumber = serviceState.getChannelNumber(); in toServiceStateProto()
/frameworks/base/config/
Dboot-image-profile.txt13844 HSPLandroid/telephony/CellIdentityLte;->getChannelNumber()I
13855 HSPLandroid/telephony/CellIdentityWcdma;->getChannelNumber()I
42564 HSPLandroid/telephony/ServiceState;->getChannelNumber()I
Dhiddenapi-greylist-max-o.txt71834 Landroid/telephony/CellIdentity;->getChannelNumber()I
71872 Landroid/telephony/CellIdentityGsm;->getChannelNumber()I
71883 Landroid/telephony/CellIdentityLte;->getChannelNumber()I
71911 Landroid/telephony/CellIdentityWcdma;->getChannelNumber()I
/frameworks/base/api/
Dcurrent.txt44608 method public int getChannelNumber();