Skip to content

Commit 5247945

Browse files
szatmzAndroid (Google) Code Review
authored and
Android (Google) Code Review
committed
Merge "Initialize mUidText on TestDPC.NetworkUsageStatsFragment" into mnc-dev
2 parents 22c4b47 + 0feff5f commit 5247945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/google/android/testdpc/policy/datausage/NetworkUsageStatsFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
5656
Context.NETWORK_STATS_SERVICE);
5757
mText = (TextView) view.findViewById(R.id.textout);
5858
mText.setMovementMethod(new ScrollingMovementMethod());
59+
mUidText = (TextView) view.findViewById(R.id.uid);
5960

6061
for (int id : new int[] {
6162
R.id.button_network_usage_summary_device,

0 commit comments

Comments
 (0)