Searched refs:getBands (Results 1 – 12 of 12) sorted by relevance
104 public int[] getBands() { in getBands() method in RadioAccessSpecifier
128 public @NonNull List<Integer> getBands() { in getBands() method in AvailableNetworkInfo
205 public int[] getBands() { in getBands() method in CellIdentityNr
253 public int[] getBands() { in getBands() method in CellIdentityLte
118 assertTrue(Arrays.equals(anotherCellIdentityNr.getBands(), BANDS)); in testParcel()
267 assertTrue(Arrays.equals(cellIdentityLte.getBands(), BANDS)); in testBands()
144 if (ras.getBands() != null && ras.getBands().length > NetworkScanRequest.MAX_BANDS) { in isValidScan()
2606 if (ras.getBands() != null) { in convertRadioAccessSpecifierToRadioHAL()2607 for (int band : ras.getBands()) { in convertRadioAccessSpecifierToRadioHAL()2644 if (ras.getBands() != null) { in convertRadioAccessSpecifierToRadioHAL_1_5()2645 for (int band : ras.getBands()) { in convertRadioAccessSpecifierToRadioHAL_1_5()
134 for (RadioManager.BandDescriptor band : mModule.getBands()) { in openTuner()
422 public BandDescriptor[] getBands() { in getBands() method in RadioManager.ModuleProperties
40647 method @NonNull public java.util.List<java.lang.Integer> getBands();41091 method @NonNull public int[] getBands();41109 method @NonNull public int[] getBands();42065 method public int[] getBands();
4228 method public android.hardware.radio.RadioManager.BandDescriptor[] getBands();