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

This commit is contained in:
Matthew Fritze
2018-04-26 20:14:53 +00:00
committed by Android (Google) Code Review
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) {