Searched refs:alphal (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
D | CarrierConfigEfData.java | 84 String alphal = names[0]; in getPlmnNetworkNameList() local 86 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument 102 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
|
D | CellIdentityNr.java | 83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument 85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentity.java | 79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument 114 mAlphaLong = alphal; in CellIdentity()
|
D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument 94 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
|
D | CellIdentityGsm.java | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument 90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument 95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentityLte.java | 119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument 122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|