Searched refs:getLowerLimit (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 676 public int getLowerLimit() { in getLowerLimit() method in RadioManager.BandDescriptor 779 if (mLowerLimit != other.getLowerLimit()) in equals() 1015 descriptor.getLowerLimit(), descriptor.getUpperLimit(), in BandConfig() 1055 public int getLowerLimit() { in getLowerLimit() method in RadioManager.BandConfig 1056 return mDescriptor.getLowerLimit(); in getLowerLimit() 1303 descriptor.getLowerLimit(), descriptor.getUpperLimit(), in Builder() 1318 config.getLowerLimit(), config.getUpperLimit(), config.getSpacing()); in Builder() 1333 mDescriptor.getType(), mDescriptor.getLowerLimit(), in build() 1487 descriptor.getLowerLimit(), descriptor.getUpperLimit(), in Builder() 1498 config.getLowerLimit(), config.getUpperLimit(), config.getSpacing()); in Builder() [all …]
|
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/ |
D | ConvertTest.java | 154 .that(bands[0].getLowerLimit()).isEqualTo(FM_LOWER_LIMIT); in propertiesFromHalProperties_bandsMatch() 161 .that(bands[1].getLowerLimit()).isEqualTo(AM_LOWER_LIMIT); in propertiesFromHalProperties_bandsMatch() 181 .that(bands[0].getLowerLimit()).isEqualTo(FM_LOWER_LIMIT); in propertiesFromHalProperties_withInvalidBand()
|
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/ |
D | ConversionUtilsTest.java | 320 .that(bands[0].getLowerLimit()).isEqualTo(FM_LOWER_LIMIT); in propertiesFromHalProperties_bandsMatch() 327 .that(bands[1].getLowerLimit()).isEqualTo(AM_LOWER_LIMIT); in propertiesFromHalProperties_bandsMatch() 358 .that(bands[0].getLowerLimit()).isEqualTo(FM_LOWER_LIMIT); in propertiesFromHalProperties_withInvalidBand()
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
D | RadioManagerTest.java | 206 .that(bandDescriptor.getLowerLimit()).isEqualTo(FM_LOWER_LIMIT); in getLowerLimit_forBandDescriptor() 540 .that(amBandConfig.getLowerLimit()).isEqualTo(AM_LOWER_LIMIT); in getLowerLimit_forBandConfig()
|
/frameworks/base/core/api/ |
D | system-current.txt | 6445 method public int getLowerLimit(); 6456 method public int getLowerLimit();
|