Merge "Index database before getting Uri Descendants" into pi-dev am: a7fd137e2d

am: 03f1fafaaf

Change-Id: I700fd063084ad0e41289feb552b3a1bfafd3cd57
This commit is contained in:
Matthew Fritze
2018-04-26 13:36:00 -07:00
committed by android-build-merger
7 changed files with 47 additions and 8 deletions

View File

@@ -89,6 +89,7 @@ public class SlicesDatabaseAccessor {
* @return a list of keys in the Slices database matching on {@param isPlatformSlice}.
*/
public List<String> getSliceKeys(boolean isPlatformSlice) {
verifyIndexing();
final String whereClause;
if (isPlatformSlice) {