Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java23 import android.telephony.AccessNetworkConstants.NgranBands.NgranBand;
68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr()
185 @NgranBand
DAccessNetworkConstants.java433 public @interface NgranBand {} annotation in AccessNetworkConstants.NgranBands
485 public static @FrequencyRangeGroup int getFrequencyRangeGroup(@NgranBand int band) { in getFrequencyRangeGroup()