Home
last modified time | relevance | path

Searched refs:TYPE_NR (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java57 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
169 super.writeToParcel(dest, CellInfo.TYPE_NR); in writeToParcel()
178 super(TAG, CellInfo.TYPE_NR, in); in CellIdentityNr()
DCellInfo.java52 value = {TYPE_GSM, TYPE_CDMA, TYPE_LTE, TYPE_WCDMA, TYPE_TDSCDMA, TYPE_NR})
95 public static final int TYPE_NR = 6; field in CellInfo
306 case TYPE_NR: return CellInfoNr.createFromParcelBody(in);
DCellInfoNr.java99 super.writeToParcel(dest, flags, TYPE_NR); in writeToParcel()
DCellIdentity.java231 case CellInfo.TYPE_NR: return CellIdentityNr.createFromParcelBody(in);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java47 assertThat(cellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testGetMethod()
97 assertThat(anotherCellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testParcel()