summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nathan Harold <nharold@google.com> 2018-07-12 18:08:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-07-12 18:08:05 +0000
commit24eaa6ab3dfd0c5de30b567e56c4649a39a5f51c (patch)
tree615d5ed3791c888ef2d6338145eaa79efaf7b2d8
parent0beefc0af5298bc07902ddf21b8f5b49133406d6 (diff)
parent59356594d29fff07c8ab05d32ab32a721cd142c8 (diff)
Merge "Remove Duplicate Override for Operator Alphas"
-rw-r--r--telephony/java/android/telephony/CellIdentityTdscdma.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/telephony/java/android/telephony/CellIdentityTdscdma.java b/telephony/java/android/telephony/CellIdentityTdscdma.java
index feff238092d4..b99fe466ec46 100644
--- a/telephony/java/android/telephony/CellIdentityTdscdma.java
+++ b/telephony/java/android/telephony/CellIdentityTdscdma.java
@@ -16,7 +16,6 @@
package android.telephony;
-import android.annotation.Nullable;
import android.os.Parcel;
import java.util.Objects;
@@ -135,28 +134,6 @@ public final class CellIdentityTdscdma extends CellIdentity {
return mUarfcn;
}
- /**
- * @return The long alpha tag associated with the current scan result (may be the operator
- * name string or extended operator name string). May be null if unknown.
- *
- * @hide
- */
- @Nullable
- public CharSequence getOperatorAlphaLong() {
- return mAlphaLong;
- }
-
- /**
- * @return The short alpha tag associated with the current scan result (may be the operator
- * name string or extended operator name string). May be null if unknown.
- *
- * @hide
- */
- @Nullable
- public CharSequence getOperatorAlphaShort() {
- return mAlphaShort;
- }
-
@Override
public boolean equals(Object other) {
if (this == other) {