/frameworks/base/telephony/java/android/telephony/ |
D | SignalStrength.java | 320 return mGsm.getAsuLevel(); in getGsmSignalStrength() 510 public int getAsuLevel() { in getAsuLevel() method in SignalStrength 511 return getPrimary().getAsuLevel(); in getAsuLevel() 575 return mGsm.getAsuLevel(); in getGsmAsuLevel() 609 return mCdma.getAsuLevel(); in getCdmaAsuLevel() 692 return mLte.getAsuLevel(); in getLteAsuLevel() 758 return mTdscdma.getAsuLevel(); in getTdScdmaAsuLevel() 796 return mWcdma.getAsuLevel(); in getWcdmaAsuLevel()
|
D | NeighboringCellInfo.java | 119 mRssi = info.getCellSignalStrength().getAsuLevel(); in NeighboringCellInfo() 135 mRssi = info.getCellSignalStrength().getAsuLevel(); in NeighboringCellInfo()
|
D | CellSignalStrength.java | 71 public abstract int getAsuLevel(); in getAsuLevel() method in CellSignalStrength
|
D | CellSignalStrengthTdscdma.java | 164 public int getAsuLevel() { in getAsuLevel() method in CellSignalStrengthTdscdma
|
D | CellSignalStrengthGsm.java | 155 public int getAsuLevel() { in getAsuLevel() method in CellSignalStrengthGsm
|
D | CellSignalStrengthWcdma.java | 198 public int getAsuLevel() { in getAsuLevel() method in CellSignalStrengthWcdma
|
D | CellSignalStrengthCdma.java | 166 public int getAsuLevel() {
|
D | CellSignalStrengthNr.java | 494 public int getAsuLevel() { in getAsuLevel() method in CellSignalStrengthNr
|
D | CellSignalStrengthLte.java | 477 public int getAsuLevel() { in getAsuLevel() method in CellSignalStrengthLte
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellSignalStrengthNrTest.java | 192 assertThat(css.getAsuLevel()).isIn(Range.range(0, BoundType.CLOSED, 97, BoundType.CLOSED)); in testAusLevel_validValue() 202 assertThat(css.getAsuLevel()).isEqualTo(CellSignalStrengthNr.UNKNOWN_ASU_LEVEL); in testAsuLevel_invalidValue()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 1583 (CellInfo ci) -> ci.getCellSignalStrength().getAsuLevel()).reversed()); in requestRefLocation()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 44526 method public abstract int getAsuLevel(); 44540 method public int getAsuLevel(); 44558 method public int getAsuLevel(); 44572 method public int getAsuLevel(); 44590 method public int getAsuLevel(); 44610 method public int getAsuLevel(); 44622 method public int getAsuLevel();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28280 method public abstract int getAsuLevel(); 28289 method public int getAsuLevel(); 28307 method public int getAsuLevel(); 28318 method public int getAsuLevel(); 28330 method public int getAsuLevel();
|