Merge "Add blob size to shared data dev options screens." into rvc-dev am: eef7b5e7e3
am: 7014feb9a7
am: b93b108379
am: 47cc72d326
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11764432 Change-Id: If57f06fbc728762d316659f5287582e0c1f98430
This commit is contained in:
@@ -113,7 +113,8 @@ public class SharedDataPreferenceControllerTest {
|
||||
accessors.add(two);
|
||||
|
||||
final List<BlobInfo> tmp = new ArrayList<>();
|
||||
tmp.add(new BlobInfo(10, System.currentTimeMillis(), "testing blob 1", accessors));
|
||||
tmp.add(new BlobInfo(10, System.currentTimeMillis(), "testing blob 1", 54 * 1024 * 1024,
|
||||
accessors));
|
||||
return tmp;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user