From 13df901de7b31e813effc656a657a3af8573dd03 Mon Sep 17 00:00:00 2001 From: Cassie Date: Fri, 17 Nov 2017 14:16:01 -0800 Subject: [PATCH] Update the comments for all CellIdentity*. Bug: 63984327 Test: Basic telephony sanity Change-Id: Icb9ba99cefb93a7c4a39cbc653ae046df8649cf9 --- telephony/java/android/telephony/CellIdentityGsm.java | 3 --- telephony/java/android/telephony/CellIdentityLte.java | 3 --- telephony/java/android/telephony/CellIdentityWcdma.java | 3 --- 3 files changed, 9 deletions(-) diff --git a/telephony/java/android/telephony/CellIdentityGsm.java b/telephony/java/android/telephony/CellIdentityGsm.java index dc897a2e007e1..c9684062b6c3e 100644 --- a/telephony/java/android/telephony/CellIdentityGsm.java +++ b/telephony/java/android/telephony/CellIdentityGsm.java @@ -101,9 +101,6 @@ public final class CellIdentityGsm implements Parcelable { * @param alphal long 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 */ public CellIdentityGsm (int lac, int cid, int arfcn, int bsic, String mccStr, diff --git a/telephony/java/android/telephony/CellIdentityLte.java b/telephony/java/android/telephony/CellIdentityLte.java index f234b0a4d911d..825dcc336eb92 100644 --- a/telephony/java/android/telephony/CellIdentityLte.java +++ b/telephony/java/android/telephony/CellIdentityLte.java @@ -102,9 +102,6 @@ public final class CellIdentityLte implements Parcelable { * @param alphal long 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 */ public CellIdentityLte (int ci, int pci, int tac, int earfcn, String mccStr, diff --git a/telephony/java/android/telephony/CellIdentityWcdma.java b/telephony/java/android/telephony/CellIdentityWcdma.java index 1a461f20b131c..e74b5701233f1 100644 --- a/telephony/java/android/telephony/CellIdentityWcdma.java +++ b/telephony/java/android/telephony/CellIdentityWcdma.java @@ -102,9 +102,6 @@ public final class CellIdentityWcdma implements Parcelable { * @param alphal long 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 */ public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn,