Merge "Add app icons to leasee view in shared data dev options." into rvc-dev am: 6647ac93d4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817586 Change-Id: I62a98c1cd351bc6ea74e69a5a79b833c06ee5402
This commit is contained in:
@@ -103,9 +103,9 @@ public class SharedDataPreferenceControllerTest {
|
||||
}
|
||||
|
||||
private List<BlobInfo> generateBlobList() {
|
||||
LeaseInfo one = new LeaseInfo("com.google.android.photos",
|
||||
LeaseInfo one = new LeaseInfo("com.google.android.apps.photos",
|
||||
System.currentTimeMillis(), -1, "test description");
|
||||
LeaseInfo two = new LeaseInfo("com.google.android.drive",
|
||||
LeaseInfo two = new LeaseInfo("om.google.android.googlequicksearchbox",
|
||||
System.currentTimeMillis(), -1, "test description 2");
|
||||
|
||||
List<LeaseInfo> accessors = new ArrayList<>();
|
||||
|
Reference in New Issue
Block a user