Searched refs:alphas (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
D | CarrierConfigEfData.java | 82 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local 83 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 96 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument 97 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
|
D | CellIdentityNr.java | 70 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument 72 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentityGsm.java | 85 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument 87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityTdscdma.java | 89 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument 92 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
|
D | CellIdentityWcdma.java | 90 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument 93 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentity.java | 81 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument 117 mAlphaShort = alphas; in CellIdentity()
|
D | CellIdentityLte.java | 117 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument 120 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|