/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 63 assertEquals(CellInfo.UNAVAILABLE, ci.getChannelNumber()); in testDefaultConstructor() 82 assertEquals(UARFCN, ci.getChannelNumber()); in testConstructor()
|
D | PhysicalChannelConfigTest.java | 54 assertThat(config.getChannelNumber()).isEqualTo(CHANNEL_NUMBER); in testBuilder()
|
D | CellIdentityWcdmaTest.java | 56 assertEquals(UARFCN, ci.getChannelNumber()); in testDefaultConstructor()
|
D | CellIdentityGsmTest.java | 55 assertEquals(ARFCN, ci.getChannelNumber()); in testDefaultConstructor()
|
D | CellIdentityLteTest.java | 59 assertEquals(EARFCN, ci.getChannelNumber()); in testDefaultConstructor()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhysicalChannelConfig.java | 144 public int getChannelNumber() { in getChannelNumber() method in PhysicalChannelConfig
|
D | CellIdentityNr.java | 227 public int getChannelNumber() { in getChannelNumber() method in CellIdentityNr
|
D | CellIdentityGsm.java | 231 public int getChannelNumber() { in getChannelNumber() method in CellIdentityGsm
|
D | CellIdentityTdscdma.java | 222 public int getChannelNumber() { in getChannelNumber() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 245 public int getChannelNumber() { in getChannelNumber() method in CellIdentityWcdma
|
D | CellIdentity.java | 156 public int getChannelNumber() { in getChannelNumber() method in CellIdentity
|
D | CellIdentityLte.java | 289 public int getChannelNumber() { in getChannelNumber() method in CellIdentityLte
|
D | ServiceState.java | 614 public int getChannelNumber() { in getChannelNumber() method in ServiceState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 2400 ss.setChannelNumber(cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity() 2402 log("Setting channel number: " + cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 955 ssProto.channelNumber = serviceState.getChannelNumber(); in toServiceStateProto()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13844 HSPLandroid/telephony/CellIdentityLte;->getChannelNumber()I 13855 HSPLandroid/telephony/CellIdentityWcdma;->getChannelNumber()I 42563 HSPLandroid/telephony/ServiceState;->getChannelNumber()I
|
D | hiddenapi-greylist-max-o.txt | 66997 Landroid/telephony/CellIdentity;->getChannelNumber()I 67035 Landroid/telephony/CellIdentityGsm;->getChannelNumber()I 67046 Landroid/telephony/CellIdentityLte;->getChannelNumber()I 67074 Landroid/telephony/CellIdentityWcdma;->getChannelNumber()I
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 45498 method public int getChannelNumber();
|
/frameworks/base/api/ |
D | current.txt | 45642 method public int getChannelNumber();
|