Merge "Add blob size to shared data dev options screens." into rvc-dev am: eef7b5e7e3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11764432 Change-Id: Ia81192a3c3557bf5b39f050b2037af51f5c7e78e
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