Searched refs:TYPE_NR (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 57 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()
|
D | CellInfo.java | 52 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);
|
D | CellInfoNr.java | 99 super.writeToParcel(dest, flags, TYPE_NR); in writeToParcel()
|
D | CellIdentity.java | 231 case CellInfo.TYPE_NR: return CellIdentityNr.createFromParcelBody(in);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityNrTest.java | 47 assertThat(cellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testGetMethod() 97 assertThat(anotherCellIdentityNr.getType()).isEqualTo(CellInfo.TYPE_NR); in testParcel()
|