Loading telephony/java/android/telephony/CellIdentityCdma.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity is to represent a unique CDMA cell Loading Loading @@ -219,6 +219,6 @@ public final class CellIdentityCdma implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } } telephony/java/android/telephony/CellIdentityGsm.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity to represent a unique GSM or UMTS cell Loading Loading @@ -204,6 +204,6 @@ public final class CellIdentityGsm implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } } telephony/java/android/telephony/CellIdentityLte.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity is to represent a unique LTE cell Loading Loading @@ -199,6 +199,6 @@ public final class CellIdentityLte implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } } telephony/java/android/telephony/CellInfoCdma.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * Immutable cell information from a point in time. Loading Loading @@ -143,6 +143,6 @@ public final class CellInfoCdma extends CellInfo implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } } telephony/java/android/telephony/CellInfoGsm.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * Immutable cell information from a point in time. Loading Loading @@ -142,6 +142,6 @@ public final class CellInfoGsm extends CellInfo implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } } Loading
telephony/java/android/telephony/CellIdentityCdma.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity is to represent a unique CDMA cell Loading Loading @@ -219,6 +219,6 @@ public final class CellIdentityCdma implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } }
telephony/java/android/telephony/CellIdentityGsm.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity to represent a unique GSM or UMTS cell Loading Loading @@ -204,6 +204,6 @@ public final class CellIdentityGsm implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } }
telephony/java/android/telephony/CellIdentityLte.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * CellIdentity is to represent a unique LTE cell Loading Loading @@ -199,6 +199,6 @@ public final class CellIdentityLte implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } }
telephony/java/android/telephony/CellInfoCdma.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * Immutable cell information from a point in time. Loading Loading @@ -143,6 +143,6 @@ public final class CellInfoCdma extends CellInfo implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } }
telephony/java/android/telephony/CellInfoGsm.java +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.telephony; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import android.telephony.Rlog; /** * Immutable cell information from a point in time. Loading Loading @@ -142,6 +142,6 @@ public final class CellInfoGsm extends CellInfo implements Parcelable { * log */ private static void log(String s) { Log.w(LOG_TAG, s); Rlog.w(LOG_TAG, s); } }