Merge "Add app icons to leasee view in shared data dev options." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6647ac93d4
@@ -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