/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 | CellIdentity.java | 156 public int getChannelNumber() { in getChannelNumber() method in CellIdentity
|
D | CellIdentityWcdma.java | 245 public int getChannelNumber() { in getChannelNumber() method in CellIdentityWcdma
|
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 | 2389 ss.setChannelNumber(cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity() 2391 log("Setting channel number: " + cellIdentity.getChannelNumber()); in setPhyCellInfoFromCellIdentity()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 975 ssProto.channelNumber = serviceState.getChannelNumber(); in toServiceStateProto()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 47732 method public int getChannelNumber();
|