Merge "Add app icons to leasee view in shared data dev options." into rvc-dev am: 6647ac93d4
am: 4af89f865c
am: 19323ada32
am: 082d36c0d2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817586 Change-Id: I0f4f052764b33cd290fafe47de464f1d4e833b02
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