Loading src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -1958,7 +1958,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { } /** * Returns the current CellIdentify if known * Returns the current CellIdentity if known */ public CellIdentity getCurrentCellIdentity() { return getServiceStateTracker().getCellIdentity(); Loading Loading
src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -1958,7 +1958,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { } /** * Returns the current CellIdentify if known * Returns the current CellIdentity if known */ public CellIdentity getCurrentCellIdentity() { return getServiceStateTracker().getCellIdentity(); Loading