Merge "Update the comments for all CellIdentity*."
am: 2610ad0556
Change-Id: I81f4e4a6bd0960ce3d2d51bfe15711a5c3eda9fb
This commit is contained in:
@@ -101,9 +101,6 @@ public final class CellIdentityGsm implements Parcelable {
|
|||||||
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
||||||
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
||||||
*
|
*
|
||||||
* @throws IllegalArgumentException if the input MCC is not a 3-digit code or the input MNC is
|
|
||||||
* not a 2 or 3-digit code.
|
|
||||||
*
|
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public CellIdentityGsm (int lac, int cid, int arfcn, int bsic, String mccStr,
|
public CellIdentityGsm (int lac, int cid, int arfcn, int bsic, String mccStr,
|
||||||
|
|||||||
@@ -102,9 +102,6 @@ public final class CellIdentityLte implements Parcelable {
|
|||||||
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
||||||
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
||||||
*
|
*
|
||||||
* @throws IllegalArgumentException if the input MCC is not a 3-digit code or the input MNC is
|
|
||||||
* not a 2 or 3-digit code.
|
|
||||||
*
|
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public CellIdentityLte (int ci, int pci, int tac, int earfcn, String mccStr,
|
public CellIdentityLte (int ci, int pci, int tac, int earfcn, String mccStr,
|
||||||
|
|||||||
@@ -102,9 +102,6 @@ public final class CellIdentityWcdma implements Parcelable {
|
|||||||
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
* @param alphal long alpha Operator Name String or Enhanced Operator Name String
|
||||||
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
* @param alphas short alpha Operator Name String or Enhanced Operator Name String
|
||||||
*
|
*
|
||||||
* @throws IllegalArgumentException if the input MCC is not a 3-digit code or the input MNC is
|
|
||||||
* not a 2 or 3-digit code.
|
|
||||||
*
|
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn,
|
public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn,
|
||||||
|
|||||||
Reference in New Issue
Block a user