Home
last modified time | relevance | path

Searched refs:NgranBand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java25 import android.telephony.AccessNetworkConstants.NgranBands.NgranBand;
81 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr()
187 @NgranBand
DAccessNetworkConstants.java834 public @interface NgranBand {} annotation in AccessNetworkConstants.NgranBands
883 public static @FrequencyRangeGroup int getFrequencyRangeGroup(@NgranBand int band) { in getFrequencyRangeGroup()
DAccessNetworkUtils.java600 public static int getFrequencyRangeGroupFromNrBand(@NgranBands.NgranBand int band) { in getFrequencyRangeGroupFromNrBand()