Loading res/layout/data_usage_summary_preference.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="172dp" android:paddingTop="8dp" android:paddingBottom="16dp" android:paddingStart="?android:attr/listPreferredItemPaddingStart" Loading @@ -37,7 +38,6 @@ android:id="@+id/usage_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" android:orientation="horizontal"> <TextView android:id="@+id/data_usage_view" Loading src/com/android/settings/datausage/DataUsageSummaryPreference.java +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.annotation.AttrRes; import android.content.Context; import android.graphics.Typeface; import android.icu.text.MessageFormat; import android.telephony.SubscriptionPlan; import android.text.Spannable; import android.text.SpannableString; import android.text.TextUtils; Loading Loading @@ -66,7 +67,7 @@ public class DataUsageSummaryPreference extends Preference { @Nullable private Long mCycleEndTimeMs; /** The time of the last update in standard milliseconds since the epoch */ private long mSnapshotTimeMs; private long mSnapshotTimeMs = SubscriptionPlan.TIME_UNKNOWN; /** Name of carrier, or null if not available */ private CharSequence mCarrierName; private CharSequence mLimitInfoText; Loading Loading
res/layout/data_usage_summary_preference.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="172dp" android:paddingTop="8dp" android:paddingBottom="16dp" android:paddingStart="?android:attr/listPreferredItemPaddingStart" Loading @@ -37,7 +38,6 @@ android:id="@+id/usage_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" android:orientation="horizontal"> <TextView android:id="@+id/data_usage_view" Loading
src/com/android/settings/datausage/DataUsageSummaryPreference.java +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.annotation.AttrRes; import android.content.Context; import android.graphics.Typeface; import android.icu.text.MessageFormat; import android.telephony.SubscriptionPlan; import android.text.Spannable; import android.text.SpannableString; import android.text.TextUtils; Loading Loading @@ -66,7 +67,7 @@ public class DataUsageSummaryPreference extends Preference { @Nullable private Long mCycleEndTimeMs; /** The time of the last update in standard milliseconds since the epoch */ private long mSnapshotTimeMs; private long mSnapshotTimeMs = SubscriptionPlan.TIME_UNKNOWN; /** Name of carrier, or null if not available */ private CharSequence mCarrierName; private CharSequence mLimitInfoText; Loading